MatrixObject.MatrixGetColumn

This function extracts Column from Matrix and places in ColVector.

Syntax Parameters Return Value
Function MatrixObject.MatrixGetColumn( _
    Matrix As Double(), _
    Col As Long, _
    ByRef Result As Double()) As Integer
  • Matrix [in]

Type: Double()

  • Col [in]

Type: Long

  • Result [in,out]

Type: Double()

Integer