---
title: "&*(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd32/&*(_:_:)-51nvg"
---

# &*(_:_:)

The pointwise wrapping product of two vectors.

## Declaration

```swift
static func &* (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMD32<Scalar>
```
