ReadOnlySpan2D<T>.Column Method

Returns the array starting at the specified position.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ReadOnlySpanSlice<T> Column(
	int column
)

Parameters

column  Int32
The zero-based column of the top left element.

Return Value

ReadOnlySpanSlice<T>

See Also