Span2D<T>.SpanFrom 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 Span<T> SpanFrom(
	int row,
	int column
)

Parameters

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

Return Value

Span<T>

See Also