Native Array 1D<T> Implicit Conversion (Native Array 1D<T> to Native Array Slice<T>)
Converts an array to an array slice with unit stride.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array slice that is equivalent to array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static implicit operator NativeArraySlice<T> (
NativeArray1D<T> array
)
Parameters
- array NativeArray1D<T>
- The array to convert.
Return Value
NativeArraySlice<T>An array slice that is equivalent to array.