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