Range.StartIndex Property

Gets the index of the first element in the range.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int StartIndex { get; }

Property Value

Int32

Remarks

This property must be greater than or equal to zero.

Exceptions

InvalidOperationExceptionAn attempt is made to set this property to a value less than zero.

See Also