Contents

*(_:_:)

Multiply a scalar value by a measurement.

Declaration

static func * (lhs: Double, rhs: Measurement<UnitType>) -> Measurement<UnitType>

Parameters

  • lhs:

    A double-precision floating-point number to multiply.

  • rhs:

    A measurement to multiply.

Return Value

A measurement of value lhs * rhs.value with the same unit as rhs.

See Also

Operating on a Measurement