Native Array 2D<T>.Row Method
Returns the array slice that corresponds to a row in the array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array slice that starts at the first element in the row.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NativeArraySlice<T> Row(
int row
)
Parameters
- row Int32
- The zero-based row.
Return Value
NativeArraySlice<T>An array slice that starts at the first element in the row.