Verifies that one double is less than another.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- arg1
- Type: System Double
The 1st double.
- arg2
- Type: System Double
The 2nd double.
- delta
- Type: System Double
The maximum permitted difference between the values.
- throwException
- Type: System Boolean
true if an FCException should be thrown if the 1st double is not less than the 2nd double.
Return Value
true if the 1st double is less than the 2nd double; otherwise, false.See Also