Constructs a new index of the specified length.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Index(
int length
)
Protected Sub New (
length As Integer
)
protected:
Index(
int length
)
new :
length : int -> Index
Parameters
- length
- Type: SystemInt32
The length of the index.
Reference