MatrixInt.op_OnesComplement Operator

MatrixInt op_OnesComplement(MatrixInt Value)

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

#NameTypeDescription
1ValueMatrixInt

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