MatrixObject.MatrixSetRow

This function sets Row of Matrix to RowVector.

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