2.5.4.75 Not

The Not function performs the Boolean NOT operation.

ABNF:

 Not = val " NOT():128"

Required Arguments:

Name: Value

Type: vBoolean

An argument that specifies the operand.

Return Value:

Type: PtgBool

This function returns a PtgBool containing the value of the Boolean NOT operation on Value.