IEOR

IEOR returns the logical exclusive-OR of x and y. The result is unsigned if all arguments are unsigned.

Read syntax diagramSkip visual syntax diagram
>>-IEOR(x,y)---------------------------------------------------><

x and y
Expressions that must have a computational type.

If any argument is not REAL FIXED BIN(p,0), then it is converted to SIGNED REAL FIXED BIN(p,0).

If any argument is SIGNED, then any UNSIGNED arguments are converted to SIGNED.

The result is REAL FIXED BIN( max(p1,p2,...), 0 ). It is UNSIGNED if all the arguments are UNSIGNED.






Published: 23 December 2018