Read Only Span 2D<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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ReadOnlySpanSlice<T> Column(
int column
)
Parameters
- column Int32
- The zero-based column of the top left element.