Range.End Index Property
Gets the index of the last element in the range.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int EndIndex { get; }
Property Value
Int32Remarks
This property must be greater than or equal to zero.
Exceptions
Invalid | An attempt is made to set this property to a value less than zero. |