IsZero Op
Returns true
if input value is 0
Summary (oneliner)
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
.
Full Name
- Ops.Boolean.IsZero
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Value (Number)
The number to check if it is 0
OUTPUT PORTS
Result (Number)
true
if input Value
is 0
, false
otherwise