Adaptive Framework 0.9.0

not

The following is a list of properties for the function not:

PropertyValue
briefLogical not
categorylogical
descriptionEvaluates boolean condition returning boolean true if condition evaluates to false and false if condition evaluates to true.
functionIdnot
functionLabelnot
puretrue
op!
parameters[ { "dataType": "boolean", "name": "condition" } ]
returns{ "dataType": "boolean" }