not Reference

Logical negation operator

not

Examples

Inlets

Input [number]

Input to be logically negated.

Outlets

Logical negation [number]

1 if input is a zero value, 0 if input is a non-zero value.

Fixed Attributes

These attributes must be set in the object box and determine the behavior of the object at runtime.

hot [bool] (default: 0)

All inlets trigger calculation.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [number]

Input to be logically negated.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
neq Not equals operator
neg Logical inversion operator