MatrixObject.MatrixElemAdd

This function adds Scalar to Matrix and places in MatrixResult.

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

Type: Double()

  • Scalar [in]

Type: Double

  • Result [in,out]

Type: Double()

Integer