not

Description

'not' operator is a Boolean operator that returns true when the operand is false, and returns false when the operand is true. Essentially, the operator reverses the logical value associated with the expression on which it operates.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value1

The input to be checked against.

Boolean

-

-

Yes

Output

DescriptionOutput Type

Returns true if operator is false, returns false otherwise.

Boolean

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated