Integer Intrinsic Functions - BitNot Method

Bitwise Not

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting bit

Details

BitNot performs a logical bitwise Not.
 
The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.

Example

#Integer := #Integer.BitNot

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2