---
title: "/=(_:_:)"
framework: simd
role: symbol
role_heading: Operator
path: "simd/simd_quatf/_=(_:_:)-2qypk"
---

# /=(_:_:)

Divides a quaternion by a scalar value and stores the quotient in the left-hand-side variable.

## Declaration

```swift
static func /= (lhs: inout simd_quatf, rhs: Float)
```
