Native Array Slice<T>.As Native Array 1D Method
            
            
            
            
            Returns the array as a linear array with offset.
            
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
An array with the same storage array and offset but with the stride discarded.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NativeArray1D<T> AsNativeArray1D()Return Value
NativeArray1D<T>An array with the same storage array and offset but with the stride discarded.