Returns the array as a linear array with offset.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public NativeArray1D<T> AsNativeArray1D()
Public Function AsNativeArray1D As NativeArray1D(Of T)
public:
NativeArray1D<T> AsNativeArray1D()
member AsNativeArray1D : unit -> NativeArray1D<'T>
Return Value
Type:
NativeArray1DTAn array with the same storage array and offset but with the stride discarded.
Reference