Gets the last index in the subset.

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

Syntax

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

See Also