MatrixObject.MatrixGetRow

This function extracts Row from Matrix and places in RowVector.

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

Type: Double()

  • Row [in]

Type: Long

  • Result [in,out]

Type: Double()

Integer