Invert

Invert Inverts a value arithmetically or logically.

Inverts any Boolean or numeric value (int, double, float) and provides the result as an output property. For a Float Array, each entry is inverted individually.

If the TreatLogical Input Property is true, the output will be first inverted and then reinterpreted to a Boolean value (i.e. the result will be true if and only if the input is equal to zero). TreatLogical is not supported when the input value is a Float Array.