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