Operator 演算子

*=(_:_:)

Multiplies the values of the two arguments, 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 数学的演算を実行する