Instance Property インスタンスプロパティ

numberFormatter

The number formatter used to format the numbers in energy strings. エネルギー文字列の中の数値を書式設定するために使われる数値フォーマッタ。

Declaration 宣言

@property(copy) NSNumberFormatter *numberFormatter;

Discussion 議論

This property defaults to a number formatter using the NSNumberFormatterDecimalStyle style. You can provide a different number formatter to customize the energy string’s appearance. このプロパティは、省略時にはNSNumberFormatterDecimalStyleスタイルを使う数値フォーマッタです。あなたは、エネルギー文字列の外観を好みに合わせて変更するために異なった数値書式設定を提供できます。

See Also 参照

Formatting Energy Strings エネルギー文字列を書式設定する