A numeric value. ある数値。
Operator
演算子
-=(_:
-=(_:_:)
Subtracts the second value from the first and stores the difference in the left-hand-side variable.
2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.15+
- Mac Catalyst 13.4+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.4+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
static func -= (lhs: inout Self, rhs: Self)
Parameters パラメータ
lhs
rhs
The value to subtract from
lhs
.lhs
から減じる値。
Discussion 解説
Note 注意
This documentation comment was inherited from Additive
.
この文書化コメントは、Additive
から引き継がれました。