|
Int24ExclusiveOr(Int24, Int24) Operator
|
Returns logical bitwise exclusive-OR of values.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
SyntaxJavaScript does not support overloaded operators.
View SourceParameters
- value1 Int24
- Left hand operand.
- value2 Int24
- Right hand operand.
Return Value
Int24Integer value of the resulting exclusive-OR operation.
See Also