Returns a column vector for this instance
that points at the specified column.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> GetColumn(
int column
)
Public Function GetColumn (
column As Integer
) As Vector(Of T)
public:
Vector<T>^ GetColumn(
int column
)
member GetColumn :
column : int -> Vector<'T>
Parameters
- column
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
VectorTA row
VectorT.
Reference