UInt24GreaterThan(UInt24, UInt24) Operator
Returns true if left value is greater than 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 UInt24
- UInt24 left hand operand.
- value2 UInt24
- UInt24 right hand operand.
BooleanBoolean value representing the result.