Rounds the value to an integral value using the specified rounding rule.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
rule
The rounding rule to use.
Discussion
The following example rounds a value using four different rounding rules:
For more information about the available rounding rules, see the Floating
enumeration. To round a value using the default “schoolbook rounding”, you can use the shorter round()
method instead.