UInt24GreaterThanOrEqual(UInt24, UInt24) 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.174 -- Release Build+c5b1b4a29589adca9a2c6916813ee5c7c2cee966
JavaScript does not support overloaded operators.
- value1 UInt24
- UInt24 left hand operand.
- value2 UInt24
- UInt24 right hand operand.
BooleanBoolean value representing the result.