Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Integer Intrinsic Functions - BitNot Method

Panel
bgColor#2c3c4c

Bitwise Not

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting 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