Ops.Math.Compare.IsEven
Namespace: Ops.Math.Compare
Checks if Value is even or not
summary (oneliner)
doc
issues
youtube id
collections
Inputs
number1 (Number)
The number you want to check
Outputs
result (Number)
true
if Number
is even, false
otherwise.