MatrixObject.MatrixLogicalOr
This function applies the logical OR function to Matrix1 and Matrix2 and places result in MatrixResult. Consult logical OR truth table for more information about the OR function.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixLogicalOr( _
Matrix1 As Double(), _
Matrix2 As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double()
Type: Double() |
Integer |