The value to negate. 負にする値。
Operator
演算子
-(_:)
Calculates the additive inverse of a value.
ある値の加法の逆元を計算します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
operand
Discussion 解説
The unary minus operator (prefix -
) calculates the negation of its operand. The result is always exact.
単項マイナス演算子(前置-
)は、それの演算数の否定を計算します。結果は常に厳密に正確です。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Negation 負にする
static func + (Double) -> Double
Returns the given number unchanged.
与えられた数を変更せずに返します。