Returns the array as an array with offset.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public NativeArray1D<T> AsArray1D()
Public Function AsArray1D As NativeArray1D(Of T)
public:
NativeArray1D<T> AsArray1D()
member AsArray1D : unit -> NativeArray1D<'T>
Return Value
Type:
NativeArray1DTAn array with offset.
Reference