MatrixObject.MatrixMeans

This function computes the means of Matrix and places in Vector.

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

Type: Double()

  • Result [in,out]

Type: Double()

Integer