MatrixInt op_OnesComplement(MatrixInt Value)
Performs logical (and bitwise) "not" on the Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | MatrixInt |
Result: stored in self (calling object), returns self for chaining
Performs logical (and bitwise) "not" on the Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | MatrixInt |
Result: stored in self (calling object), returns self for chaining