RNBO Objects & Operators neg~
Open Help

neg~

Logical inversion operator

Description

Returns the input value with its opposite sign.

Inlets

Input [auto]

Input to be inverted.

Outlets

Inverted output [signal]

Returns an inverted version of the input.

Dynamic Attributes

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

in1 [auto]

Input to be inverted.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
not Logical negation operator
neq Not equals operator