Index.IsDefault 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.0
C#
public static bool IsDefault(
	IIndex index
)

Parameters

index  IIndex
The index to inspect.

Return Value

Boolean
true if index is a default index; otherwise false.

See Also