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,
Intent intent
)
Public Function GetColumn (
column As Integer,
intent As Intent
) As Vector(Of T)
public:
Vector<T>^ GetColumn(
int column,
Intent intent
)
member GetColumn :
column : int *
intent : Intent -> Vector<'T>
Parameters
- column
- Type: SystemInt32
The zero-based index of the column. - intent
- Type: Extreme.MathematicsIntent
An Intent value that
specifies the intended use of the row vector.
Return Value
Type:
VectorTA row
VectorT.
Reference