Return the revesed logical value of the input boolean.
Declaration
NOT(input_boolean) -> logical_opposite
Parameters
- input_boolean (type: boolean)
- A boolean.
Return Values
- logical_opposite (type: boolean)
- Boolean value representing the logical opposite of `inputBool`.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.