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