IStorage2D<T, TSlice, TStorage2D>.AsSlice 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.0
C#
TSlice AsSlice()

Return Value

TSlice
An array slice with unit leadingDimension starting at the first element in the current array.

See Also