Enumeration 列挙

NSNumberFormatterRoundingMode

These constants are used to specify how numbers should be rounded. These constants are used by the roundingMode property. これらの定数は、どうやって数値が丸められるべきか指定するのに使われます。これらの定数は、roundingModeプロパティによって使われます。

Declaration 宣言

typedef enum NSNumberFormatterRoundingMode : NSUInteger {
    ...
} NSNumberFormatterRoundingMode;

Topics 話題

Constants 定数