Index.Is Default Method
Gets whether the specified index is a default index
of numbers starting at 0.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if index is a default index; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool IsDefault(
IIndex index
)
Parameters
- index IIndex
- The index to inspect.
Return Value
Booleantrue if index is a default index; otherwise false.