---
title: "*(_:_:)"
framework: simd
role: symbol
role_heading: Operator
path: "simd/simd_quatf/*(_:_:)-48x"
---

# *(_:_:)

Multiplies a quaternion and a scalar value, and produces their product.

## Declaration

```swift
static func * (lhs: simd_quatf, rhs: Float) -> simd_quatf
```
