Gets the starting data element.

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

Syntax

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

See Also