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