Array 1D<T> Constructor
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.