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