Index.Default Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Default( | Creates a 'default' index of the specified length. |
Default( | Creates a 'default' index of the specified length. |
Default(Int32)
Creates a 'default' index of the specified length.
public static Index<long> Default(
int length
)
Parameters
- length Int32
- The length of the index.
Return Value
Index<Int64>An index with integer keys.
Default(Int32, Int32)
Creates a 'default' index of the specified length.
public static Index<long> Default(
int from,
int to
)
Parameters
Return Value
Index<Int64>An index with integer keys.