Divides the first value by the second and stores the remainder in the left-hand-side variable.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
The value to divide.
rhs
The value to divide
lhs
by.rhs
must not be zero.
Discussion
The result has the same sign as lhs
and has a magnitude less than rhs
.