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