IsOne Op

IsOne

Returns `true` if input value is `1`


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


Edit Documentation

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


 

INPUT PORTS


Value (Number)

The value to check for if it is one

OUTPUT PORTS


Result (Number)

True when input is 1, false otherwise


Patches using IsOne

  • Examples
  • Public
  • My Patches