Array 1D<T> Constructor
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Array1D<T>(Int32) | Constructs a new array of the specified length with offset zero. |
Array1D<T>(T[], Int32) | Constructs a new array. |
Array1D<T>(Int32, Boolean) | Constructs a new array of the specified length with offset zero. |
Array1D<T>(Int32)
Constructs a new array of the specified length with offset zero.
Remarks
The storage array also has length elements.
Array1D<T>(T[], Int32)
Constructs a new array.
public Array1D(
T[] values,
int offset
)
Parameters
Array1D<T>(Int32, Boolean)
Constructs a new array of the specified length with offset zero.
public Array1D(
int length,
bool initializeToZero
)
Parameters
Remarks
The storage array also has length elements.