Logic Not
Treats positive floats as true and non-positive as false; outputs 0 when input is truthy (> 0), 1 otherwise.
Node
Interactive preview is available in the interactive reader.
Sockets
x (in)- Float.
result (out)- Float — 0 or 1.
Docs / Node Sculptor
Open in the interactive docs readerTreats positive floats as true and non-positive as false; outputs 0 when input is truthy (> 0), 1 otherwise.
Interactive preview is available in the interactive reader.
x (in)result (out)