MatrixObject.MatrixAdd

This function adds Matrix1 with Matrix2, of the same dimension, and places in MatrixResult.

Syntax Parameters Return Value
Function MatrixObject.MatrixAdd( _
    Matrix1 As Double(), _
    Matrix2 As Double(), _
    ByRef Result As Double()) As Integer
  • Matrix1 [in]

Type: Double()

  • Matrix2 [in]

Type: Double()

  • Result [in,out]

Type: Double()

Integer