The ORBITS function performs a bitwise OR operation on its two arguments.
The ORBITS function has the following format:
ORBITS(int_1, int_2)
The ORBITS function accepts the following parameters:
int_1 (number)
int_2 (number)
The ORBITS function returns a number.
Result_value=ORBITS(6, 1)
Result_value=7
Result_value=ORBITS(7, 8)
Result_value=15
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |