Get column of the matrix.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Vector4 GetColumn(
	int index
)

Parameters

index
Type: System..::.Int32
Column index to get, [0, 3].

Return Value

Returns specified column of the matrix as a vector.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionInvalid column index was specified.

See Also