UInt24Addition(UInt24, UInt24) Operator
Returns computed sum of values.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
JavaScript does not support overloaded operators.
- value1 UInt24
- UInt24 left hand operand.
- value2 UInt24
- UInt24 right hand operand.
UInt24UInt24 value as result of addition operation.