MatrixInt.LogicalNot Operator

class operator LogicalNot(const Value: MatrixInt): MatrixInt;

Performs logical (and bitwise) "not" on the Value.

#NameTypeDescription
1ValueMatrixInt

Result: stored in self (calling object), returns self for chaining