Replaces this value with its additive inverse.
この値をそれの加法の逆元で置き換えます。
Availability
iOS 8.0+
iPadOS 8.0+
macOS 10.10+
Mac Catalyst 13.0+
tvOS 9.0+
watchOS 2.0+
Xcode 9.0+
Technology
Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
mutatingfuncnegate()
Discussion
解説
The result is always exact. This example uses the negate() method to negate the value of the variable x:
結果は常に厳密に正確です。この例はnegate()メソッドを使って、変数xの値を負にします:
Returns the result of adding the product of the two given values to this value, computed without intermediate rounding.
2つの与えられた値の積をこの値に加える結果を返します、中間の丸めなしで計算されます。