IStorage 2D<T, TSlice, TStorage2D>.Row Method
Returns the array slice that corresponds to a row in the array.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array slice that starts at the first element in the row.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
TSlice Row(
int row
)
Parameters
- row Int32
- The zero-based row.
Return Value
TSliceAn array slice that starts at the first element in the row.