A numeric value. ある数値。
Operator
演算子
-=(_:
-=(_:_:)
Subtracts the second value from the first and stores the difference in the left-hand-side variable.
2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
static func -= (lhs: inout Self, rhs: Self)
Parameters パラメータ
lhs
rhs
The value to subtract from
lhs
.lhs
から減じる値。