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