2.5.4.9 BitAnd

The BitAnd function performs the bitwise AND operation.

ABNF:

 BitAnd = val val " BITAND():128"

Required Arguments:

Name: Arg1

Type: vUnsignedInt

An argument that specifies the first operand of the calculation.

Name: Arg2

Type: vUnsignedInt

An argument that specifies the second operand of the calculation.

Return Value:

Type: PtgUnsWord

This function returns a PtgUnsWord containing the value of the bitwise AND operation between Arg1 and Arg2.