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