Array Math.To Index Method
Converts a Index to a regular
0-based index.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The integer index corresponding to index.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int ToIndex(
this Index index,
int length
)
Parameters
Return Value
Int32The integer index corresponding to index.