Read Only Span 2D<T>.Span From Method
Returns the array starting at the specified position.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ReadOnlySpan<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.