Adds two values and stores the result in the left-hand-side variable, rounded to a representable value.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
The first value to add.
rhs
The second value to add.
Discussion
Note
This documentation comment was inherited from Floating
.