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
|
Type: Double
Type: Double()
Type: Long
Type: Long
Type: Long
Type: Long |
Integer |