Creates a 'default' index of the specified length.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Index<long> Default(
int from,
int to
)
Public Shared Function Default (
from As Integer,
to As Integer
) As Index(Of Long)
public:
static Index<long long>^ Default(
int from,
int to
)
static member Default :
from : int *
to : int -> Index<int64>
Parameters
- from
- Type: SystemInt32
The first key in the index. - to
- Type: SystemInt32
The (inclusive) last key in the index.
Return Value
Type:
IndexInt64An index with integer keys.
Reference