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