MatrixObject.MatrixSetDiagonal

This function places the Vector to the main diagonal of the Matrix.

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

Type: Double()

  • Result [in,out]

Type: Double()

Integer