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

attributedStringForNotANumber

The attributed string the receiver uses to display “not a number” values. レシーバが “not a number 非数” 値を表示するのに使う属性付き文字列。

Declaration 宣言

@property(copy) NSAttributedString *attributedStringForNotANumber;

Discussion 議論

By default “not a number” values are displayed as the string “NaN”. 省略時には “not a number(非数)” の値は、文字列 “NaN” として表示されます。

Special Considerations 特別な注意事項

This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior. このメソッドは、NSNumberFormatterBehavior10_0挙動を使っているフォーマッタと共に使うためのものです。

See Also 参照

Configuring the Display of Numeric Values 数値の表示を構成設定する