Gets the first index in the subset.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int First { get; }
Visual Basic (Declaration)
Public ReadOnly Property First As Integer
Visual C++
public:
property int First {
	int get ();
}

See Also