2.5.4.10 BitNot

The BitNot function performs the bitwise NOT operation.

ABNF:

 BitNot = val " BITNOT():128"

Required Arguments:

Name: Arg1

Type: vUnsignedInt

An argument that specifies the operand of the calculation.

Return Value:

Type: PtgUnsWord

This function returns a PtgUnsWord containing the value of the bitwise NOT operation on Arg1.