The onescomplement( function returns the one’s complement of a 64 bit number (all bits are reversed)
Parameters
This function has one parameter:number – an integer value.
Description
This function returns the one’s complement of a 64 bit number (all bits are reversed)
onescomplement(bit(15)) ☞ -16385
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0 |