Not32
Computes one's complement of a 32-bit integer.
Synopsis
int32 Not32( int32 x )
Description
This macro returns the one's complement of a 32-bit integer.
Arguments
- x
- A 32-bit integer for which the one's complement is desired.
Return Value
The function returns the one's complement of x.
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
See Also
NotF16
(), NotF30(), NotF14(), Not64(), NotF32()