Gets the end data element.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Remarks

Returns -1 for a Range that has a positive stride and goes to Position.End

See Also