Creates a 'default' index of the specified length.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Index<long> Default(
int length
)
Public Shared Function Default (
length As Integer
) As Index(Of Long)
public:
static Index<long long>^ Default(
int length
)
static member Default :
length : int -> Index<int64>
Parameters
- length
- Type: SystemInt32
The length of the index.
Return Value
Type:
IndexInt64An index with integer keys.
Numerical Libraries
Supported in: 6.0
Reference