Divides the first value by the second and stores the quotient in the left-hand-side variable, rounding to a representable value.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
The value to divide.
rhs
The value to divide
lhs
by.
Discussion
Note
This documentation comment was inherited from Floating
.