DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Command: ValEqualGT

Display all  Hide all

Command: ValEqualGT

Checks whether the first numeric value is greater than or equal to the second numeric value:

ReturnValue = ValEqualGT(Value, Value)

Input Parameters

Value Specifies a numeric value.
Value Specifies the comparative value.

Return Parameters

ReturnValue The return value is a Boolean type.
Note  The comparison uses the internal DIAdem algorithm to determine whether the values are equal. DIAdem only uses the significant digits of a number. For example, the expression ValEqualGT(1,1.000000000000001) returns the value TRUE.

Related Topics

Command: ValEqual | Command: ValEqualLT | Command: ValGT | Command: ValLT | Command: ValMax | Command: ValMin | Function: MaxV | Function: MinV

Was this information helpful?