|  | SliceEnd Property | 
            Gets the end data element.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
SyntaxPublic ReadOnly Property End As Integer
	Get
public:
property int End {
	int get ();
}member End : int with get
Property Value
Int32 Remarks
Remarks
            Returns -1 for a Range that has a positive stride and goes to Position.End
 See Also
See Also