MatrixObject.MatrixWrite

This function saves the Matrix to the file that is compatible with the MatrixRead function.

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

Type: String

  • Result [in,out]

Type: Double()

Integer