ph_xor PowerHome formula function
Description
Bitwise XOR’s two numbers.
Syntax
ph_xor ( val1, val2 )
Argument Description
val1 Unsigned long value of the first operand.
val2 Unsigned long value of the second operand.
Return value
Unsigned long. Returns the value of the two operands XOR’ed together.