Operatorswift 6.0.3Foundation
*(_:_:)
Multiply a scalar value by a measurement.
- iOS
- 10.0+
- macOS
- 10.12+
- tvOS
- 10.0+
- watchOS
- 3.0+
static func * (lhs: Double, rhs: Measurement<UnitType>) -> Measurement<UnitType>
Returns
A measurement of value lhs * rhs.value
with the same unit as rhs
.