IsZero Op

IsZero

Returns `true` if input value is `0`


Only returns true if the input Value is 0. Returns false in all other cases, e.g. when input value is 1, -1 or 2.


Edit Documentation

Full Name
  • Ops.Boolean.IsZero
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Value (Number)

The number to check if it is 0

OUTPUT PORTS


Result (Number)

true if input Value is 0, false otherwise


Patches using IsZero

  • Examples
  • Public
  • My Patches