beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

IsZero Op



IsZero
Namespace: Ops.Boolean

Op author: pandur

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.



Inputs

Value (Number)

The number to check if it is 0

Outputs

Result (Number)

true if input Value is 0, false otherwise

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using IsZero

  • Examples
  • My Patches
  • Public