VectorInt.LogicalNot Operator

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

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

#NameTypeDescription
1ValueVectorInt

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