IsEven

This function returns whether or not a given number is even.

Description

Returns true if and only if the input value (rounded down) is even.

Type

BOOLEAN

Arguments

Type

Meaning

1

NUMERIC

a value

2

NUMERIC

the units in which to determine evenness.

Evaluation

Converts the value into the desired units, rounds down to the nearest integer, then returns whether or not this value is even.

Comments

 

 
IsEven(Puddle.Inflow[], 1.0 [cfs])
 
TRUE or FALSE