MatrixObject.MatrixSubtract
This function subtracts Matrix2 from Matrix1, of the same dimension, and places in MatrixResult.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixSubtract( _
Matrix1 As Double(), _
Matrix2 As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double()
Type: Double() |
Integer |