MatrixObject.MatrixElemSubtract
This function subtracts Scalar from Matrix and places in MatrixResult.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixElemSubtract( _
Matrix As Double(), _
Scalar As Double, _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double
Type: Double() |
Integer |