Returns number of points in this Curve.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property nPoints As Integer
C#
public int nPoints { get; }
C++
public property int nPoints sealed  {
    int get();
}
J#
/** property */
public int get_nPoints();
JScript
public function get nPoints() : int

Property Value

Missing <value> tag for "P:PalmSens.Curve.nPoints"

See Also