Skip to content

Differ

DIFFER

Type Function BOOL
Input IN1 REAL (value 1)
IN2 REAL (value 2)
X REAL (minimum difference in1 to in2)
Output BOOL (TRUE if in1 and in2 differ by more than x from each other )
The function DIFFER is TRUE if in1 and in2 differ by more than X from each other.

differ

differ_eq

Example:

Differ(100, 120, 10) returns TRUE Differ(100,110,15) returns FALSE