<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Float80/*=(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s7Float80V2meoiyyABz_ABtFZ"
  },
  "title" : "*=(_:_:)"
}
-->

# *=(_:_:)

Multiplies two values and stores the result in the left-hand-side
variable, rounding to a representable value.

```
static func *= (lhs: inout Float80, rhs: Float80)
```

## Parameters

`lhs`

The first value to multiply.

`rhs`

The second value to multiply.

---

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)