MatrixObject.MatrixTrace

This function sums the Diagonal of the Matrix and places in DiagonalSum.

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

Type: Double()

  • Result [out]

Type: Double()

Integer