Memory 2D<T>.Column Method
Returns an array with offset that corresponds to a column in the array.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array with offset that starts at the first element in the column.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public MemorySlice<T> Column(
int column
)
Parameters
- column Int32
- The zero-based column.
Return Value
MemorySlice<T>An array with offset that starts at the first element in the column.
Implements
IStorage2D<T, TSlice, TStorage2D>.Column(Int32)Remarks
All elements in a column are stored contiguously.