UInt24ExclusiveOr(UInt24, UInt24) Operator
Returns logical bitwise exclusive-OR of values.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.155 -- Release Build+14e668e89bf63996b2c099f01228657e2e279d75
JavaScript does not support overloaded operators.
- value1 UInt24
- UInt24 left hand operand.
- value2 UInt24
- UInt24 right hand operand.
UInt24UInt24 value representing the logical bitwise exclusive-OR of the values.