Houdini 20.0 Nodes VOP nodes

Fuzzy Not VOP node

This operator performs a fuzzy not operation on an integer or float value.

Since 14.5

This operator performs a fuzzy not operation on an integer or float value, returning 1 if the input is zero, and 0 if the input is non-zero. Otherwise a float between 0 and 1 is returned that indicates the fuzzy truth value of the operation.

Typically, not is used to build fuzzy logic networks for fuzzy inference.

See also

VOP nodes