Skip to main content

Not Operator

Used to perform logical negation on an expression.

Synopsis

result = Not expression

Arguments

The Not operator syntax has these parts:

result Any numeric variable.
expression Any expression.

Description

The following table illustrates how result is determined:

If expression is Then result is
True False
False True

See Also

FeedbackOpens in a new tab