Command: ValEqualLT
- Updated2024-09-12
- 2 minute(s) read
Command: ValEqualLT
Command: ValEqualLT
Checks whether the first numeric value is less than or equal to the second numeric value:
Input Parameters
![]() |
Specifies a numeric 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 ValEqualLT(1.000000000000001,1) returns the value TRUE. |
Related Topics
Command: ValEqual | Command: ValEqualGT | Command: ValGT | Command: ValLT | Command: ValMax | Command: ValMin | Function: MaxV | Function: MinV