INOT returns the logical NOT of x.
|
If x is REAL FIXED BIN(p,0), then the result is REAL FIXED BIN(p,0) and it is UNSIGNED if x is UNSIGNED. Otherwise, x is converted to SIGNED REAL FIXED BIN(M,0) and the result has the same attributes.
Although INOT(x) has the opposite sign of x, INOT(x) is not the same as -x.