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