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

# *(_:_:)

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

## Declaration

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