Round to the closest allowed value; if two values are equally close, the one with greater magnitude is chosen.
最も近い許される値に丸めます;2つの値が同じくらい近いならば、より大きい規模を持つものが選ばれます。
Availability
iOS 8.0+
iPadOS 8.0+
macOS 10.10+
Mac Catalyst 13.0+
tvOS 9.0+
watchOS 2.0+
Xcode 8.0+
Technology
Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
casetoNearestOrAwayFromZero
Discussion
解説
This rounding rule is also known as “schoolbook rounding.” The following example shows the results of rounding numbers using this rule:
この丸め規則はまた「教科書丸め」としても知られます。以下の例は、この規則を使っての数の丸めの結果を示します:
This rule is equivalent to the C round function and implements the roundToIntegralTiesToAway operation defined by the IEEE 754 specification.
この規則は、C round関数の等価物です、そしてIEEE 754仕様によって定義されるroundToIntegralTiesToAway演算を実装します。