Get column of the matrix.
Namespace:
AForge.MathAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- index
- Type: System..::.Int32
Column index to get, [0, 3].
Return Value
Returns specified column of the matrix as a vector.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | Invalid column index was specified. |