Memory 2D<T>.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
public MemorySlice<T> Row(
int row
)
Parameters
- row Int32
- The zero-based row.
Return Value
MemorySlice<T>An array slice that starts at the first element in the row.