One of the values to multiply before adding to this value. この値に加えられる前に掛け合わされる値のうちの1つ。
Instance Method
インスタンスメソッド
add
addProduct(_:_:)
Adds the product of the two given values to this value in place, computed without intermediate rounding.
2つの与えられた値の積をこの値にその場で加えます、中間の丸めなしで計算されます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
mutating func addProduct(_ lhs: Self, _ rhs: Self)
Parameters パラメータ
lhs
rhs
The other value to multiply. 掛け合わされることになるもう一方の値。