func rounded() -> Double
Returns this value rounded to an integral value using “schoolbook rounding.”
「教科書丸め」を使って整数値に丸めたこの値を返します。
func rounded(FloatingPointRoundingRule) -> Double
Returns this value rounded to an integral value using the specified rounding rule.
指定された丸め規則を使って整数値に丸められたこの値を返します。
func round(FloatingPointRoundingRule)
Rounds the value to an integral value using the specified rounding rule.
指定された丸め規則を使ってこの値を整数値に丸めます。