class operator LogicalNot(const Value: VectorInt): VectorInt;
Performs logical (and bitwise) "not" on the Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | VectorInt |
Result: stored in self (calling object), returns self for chaining
Performs logical (and bitwise) "not" on the Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | VectorInt |
Result: stored in self (calling object), returns self for chaining