IsEven Op
Checks if Value is even or not
Summary (oneliner)
Full Name
- Ops.Math.Compare.IsEven
- 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
number1 (Number)
The number you want to check
OUTPUT PORTS
result (Number)
true
if Number
is even, false
otherwise.