<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Size3DFloat/*=(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So13SPSize3DFloata7SpatialE2meoiyyABz_SftFZ"
  },
  "title" : "*=(_:_:)"
}
-->

# *=(_:_:)

Calculates the element-wise product of a size and a scalar value and stores the result in the left-hand-side variable.

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

## Parameters

`lhs`

The first value.

`rhs`

The second value.

---

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)