Returns the number of datapoints.


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

Syntax

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

Property Value

number of datapoints"

Implements

INPointsMethod.nPoints

See Also