Constructs a new array.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Array1D(
T[] values,
int offset
)
Public Sub New (
values As T(),
offset As Integer
)
public:
Array1D(
array<T>^ values,
int offset
)
new :
values : 'T[] *
offset : int -> Array1D
Parameters
- values
- Type: T
The .NET array containing the elements. - offset
- Type: SystemInt32
The offset into values of the first element.
Reference