---
title: "&*(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd64/&*(_:_:)-260nd"
---

# &*(_:_:)

The pointwise wrapping product of two vectors.

## Declaration

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