---
title: "&*(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd2/&*(_:_:)-112uo"
---

# &*(_:_:)

The pointwise wrapping product of two vectors.

## Declaration

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