Gets whether the specified index is a default index
of numbers starting at 0.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool IsDefault(
IIndex index
)
Public Shared Function IsDefault (
index As IIndex
) As Boolean
public:
static bool IsDefault(
IIndex^ index
)
static member IsDefault :
index : IIndex -> bool
Parameters
- index
- Type: Extreme.DataAnalysisIIndex
The index to inspect.
Return Value
Type:
Boolean if
index
is a default index; otherwise
.
Reference