Neg32
Computes the two's complement of a 32-bit integer.
Synopsis
int32 Neg32( int32 x )
Description
This macro returns the two's complement of a 32-bit integer.
Arguments
- x
- A 32-bit integer for which to get the two's complement.
Return Value
The function returns the two's complement of x.
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
See Also
NegF16
(), NegF30(), NegF14(), Neg64(), NegF32()