Span2D<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.0
C#
public SpanSlice<T> Row(
	int row
)

Parameters

row  Int32
The zero-based row.

Return Value

SpanSlice<T>
An array slice that starts at the first element in the row.

See Also