NativeArray2D<T>.AsArray1D Method

Returns the array as an array with offset.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NativeArray1D<T> AsArray1D()

Return Value

NativeArray1D<T>
An array with offset.

See Also