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 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
override prefix static func - (operand: Self) -> Self
Parameters パラメータ
operand
Discussion 解説
The unary minus operator (prefix -
) calculates the negation of its operand. The result is always exact.
単項マイナス演算子(前置-
)は、それの演算数の否定を計算します。結果は常に厳密に正確です。