Operator 演算子

-=(_:_:)

Subtracts the second value from the first and stores the difference in the left-hand-side variable, rounding to a representable value. 2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します、表現可能な値へ丸められます。

Declaration 宣言

static func -= (lhs: inout Float, rhs: Float)

Parameters パラメータ

lhs

A numeric value. ある数値。

rhs

The value to subtract from lhs. lhsから減じる値。

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Arithmetic with Assignment 代入での算術