Gets the index of the first element in the range.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int StartIndex { get; }
Public ReadOnly Property StartIndex As Integer
Get
public:
property int StartIndex {
int get ();
}
member StartIndex : int with get
Property Value
Type:
Int32
This property must be greater than or equal to zero.
Reference