---
title: "/(_:_:)"
framework: simd
role: symbol
role_heading: Operator
path: "simd/simd_quatf/_(_:_:)-1ba81"
---

# /(_:_:)

Divides a quaternion by a scalar value and produces the quotient.

## Declaration

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