Enumeration Case 列挙ケース

NSRoundBankers

Round to the closest possible return value; when halfway between two possibilities, return the possibility whose last digit is even. 最も近い可能な戻り値へと丸めます;2つの可能性の間の中間の場合、最後の桁が偶数である可能性を返します。

Declaration 宣言

NSRoundBankers

Discussion 議論

In practice, this means that, over the long run, numbers will be rounded up as often as they are rounded down; there will be no systematic bias. 実際は、これは、長い実行を通じて、数は、それらが端数を切り捨てられるのと同じくらい頻繁に、端数を切り上げられることを意味します;体系的な偏りはありません。