Operator 演算子

-=(_:_:)

Subtracts the value of the second argument from the value of the first, and assigns the result to the first argument. 2番目の引数の値を最初の引数の値から減じます、そして結果を最初の引数へと割り当てます。

Declaration 宣言

static func -= (lhs: inout RunLoop.SchedulerTimeType.Stride, rhs: RunLoop.SchedulerTimeType.Stride)

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Performing Mathmatical Operations 数学的演算を実行する