*=(_:_:)
Multiplies two values and stores the result in the left-hand-side variable, rounding to a representable value.
Declaration
static func *= (lhs: inout Double, rhs: Double)Parameters
- lhs:
The first value to multiply.
- rhs:
The second value to multiply.