NativeArray1D<T> Constructor

Constructs a new array.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NativeArray1D(
	IntPtr values,
	int offset
)

Parameters

values  IntPtr
The .NET array containing the elements.
offset  Int32
The offset into values of the first element.

See Also