Replaces this value with its additive inverse.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
The following example uses the negate()
method to negate the value of an integer x
:
The resulting value must be representable within the value’s type. In particular, negating a signed, fixed-width integer type’s minimum results in a value that cannot be represented.