Instance Method インスタンスメソッド

addProduct(_:_:)

Adds the product of the two given values to this value in place, computed without intermediate rounding. 2つの与えられた値の積をこの値にその場で加えます、中間の丸めなしで計算されます。

Declaration 宣言

mutating func addProduct(_ lhs: Float16, _ rhs: Float16)

Parameters パラメータ

lhs

One of the values to multiply before adding to this value. この値に加えられる前に掛け合わされる値のうちの1つ。

rhs

The other value to multiply. 掛け合わされることになるもう一方の値。

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル