RAISE2(x,n) returns the value x*(2**n)
 >>-RAISE2(x,n)-------------------------------------------------><
|
Note:
RAISE2(x,n) is equivalent to the assembler SLA(x,n).
- x
- Expression. x must have a computational type.
- n
- Expression. n must have a computational type.
x is converted to SIGNED REAL FIXED BIN(M,0) and the
result has the same attributes.
It is undefined if n is negative or if n is
greater than M.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)