case awayFromZero
Round to the closest allowed value whose magnitude is greater than or equal to that of the source.
それの規模がソースのそれより大きいか等しい最も近い許される値に丸めます。
case down
Round to the closest allowed value that is less than or equal to the source.
ソースより小さいか等しい最も近い許される値に丸めます。
case toNearestOrAwayFromZero
Round to the closest allowed value; if two values are equally close, the one with greater magnitude is chosen.
最も近い許される値に丸めます;2つの値が同じくらい近いならば、より大きい規模を持つものが選ばれます。
case toNearestOrEven
Round to the closest allowed value; if two values are equally close, the even one is chosen.
最も近い許される値に丸めます;2つの値が同じくらい近いならば、偶数のものが選ばれます。
case towardZero
Round to the closest allowed value whose magnitude is less than or equal to that of the source.
それの規模がソースのそれより小さいか等しい最も近い許される値に丸めます。
case up
Round to the closest allowed value that is greater than or equal to the source.
ソースより大きいか等しい最も近い許される値に丸めます。