---
title: "*=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/int128/*=(_:_:)"
---

# *=(_:_:)

Multiplies two values and stores the result in the left-hand-side variable.

## Declaration

```swift
static func *= (a: inout Int128, b: Int128)
```
