Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public double[] curveYPoints { get; set; }
Visual Basic
Public Property curveYPoints As Double()
	Get
	Set
Visual C++
public:
property array<double>^ curveYPoints {
	array<double>^ get ();
	void set (array<double>^ value);
}

Property Value

Type: array<Double>[]()[][]

See Also