MatrixObject.MatrixSetColumn

This function sets Column of Matrix to ColVector.

Syntax Parameters Return Value
Function MatrixObject.MatrixSetColumn( _
    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