MatrixObject.MatrixIsGreater
This function compares Matrix1 with Matrix2 and places result in MatrixResult. If Matrix1(n,m) > Matrix2(n,m) then MatrixResult(n,m) = 1 else MatrixResult(n,m) = 0.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixIsGreater( _
Matrix1 As Double(), _
Matrix2 As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double()
Type: Double() |
Integer |