-
Notifications
You must be signed in to change notification settings - Fork 1
Complement
mtbeek32 edited this page Jan 31, 2024
·
7 revisions
Logical functions complement
- complement(a)
complement(a) results in the logical negation of the boolean or integer data item a. In this bitwise operation, a true or 1 value is returned if the original bit value was false or 0 and vice versa.
The values unit of the resulting data item is the values unit of data item a.
complement is a bitwise operation.
- data item with bool, (u)int8, (u)int16, (u)int32 or (u)int64 value type
7.023
attribute<uint8> complementA (ADomain) := complement(A);
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.