IStorage 2D<T, TSlice, TStorage2D>.As Slice Method
Returns the array as an array slice with unit leadingDimension.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array slice with unit leadingDimension starting at the first element in the current array.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
TSlice AsSlice()
Return Value
TSliceAn array slice with unit leadingDimension starting at the first element in the current array.