Abs

This function evaluates to the absolute value of its single numeric argument.

Description

Absolute value operator

Type

NUMERIC

Arguments

Type

Meaning

1

NUMERIC

value to evaluate

Evaluation

Determines the absolute value of the numeric argument

Comments

none

 
Abs(-11 "cfs") returns 11 "cfs"
 
IF(Abs(res.Inflow[] + res.Inflow[@"next timestep") < 1 "cms") THEN TRUE