MatrixObject.MatrixFill

This function places Value to Matrix in the region given by Row,Col and NumOfRows,NumOfColumns.

Syntax Parameters Return Value
Function MatrixObject.MatrixFill( _
    Val As Double, _
    Res As Double(), _
    DRow As Long, _
    DCol As Long, _
    NRow As Long, _
    NCol As Long) As Integer
  • Val [in]

Type: Double

  • Res [in]

Type: Double()

  • DRow [in]

Type: Long

  • DCol [in]

Type: Long

  • NRow [in]

Type: Long

  • NCol [in]

Type: Long

Integer