Int24LessThan(Int32, Int24) Operator
Returns true if left value is less than right value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.177 -- Release Build+aefecfb3d379f0688e295319c3ff65dcf44ff252
JavaScript does not support overloaded operators.
- value1 Int32
- Left hand operand.
- value2 Int24
- Right hand operand.
BooleanBoolean indicating whether the left value was less than the right value.