<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Measurement/*(_:_:)-5tv8a",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation11MeasurementV1moiyACyxGAE_SdtFZ"
  },
  "title" : "*(_:_:)"
}
-->

# *(_:_:)

Multiply a measurement by a scalar value.

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

## Parameters

`lhs`

A measurement to multiply.

`rhs`

A double-precision floating-point number to multiply.

## Return Value

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)