Gets whether the specified index is a default index
of numbers starting at 0.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
.
Numerical Libraries
Supported in: 6.0
Reference