Command: ValLT
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Command: ValLT
Checks whether the first numeric value is smaller than the second numeric value:
Input Parameters
Value |
Specifies a numeric value. |
Value |
Specifies a numeric 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 ValLT(1,1.000000000000001) returns the value TRUE. |
Related Topics
Command: ValEqual | Command: ValEqualGT | Command: ValEqualLT | Command: ValGT | Command: ValMax | Command: ValMin | Function: MaxV | Function: MinV

