var textAttributesForPositiveValues : [String : Any]?
The text attributes to be used in displaying positive values.
正の値を表示するのに使われるテキスト属性。
var attributedStringForZero : NSAttributedString
The attributed string that the receiver uses to display zero values.
レシーバがゼロ値を表示するのに使う属性付き文字列。
var textAttributesForZero : [String : Any]?
The text attributes used to display a zero value.
ゼロ値を表示するのに使われるテキスト属性。
var attributedStringForNil : NSAttributedString
The attributed string the receiver uses to display
nil
values.
レシーバがnil
値を表示するのに使う属性付き文字列。
var textAttributesForNil : [String : Any]?
The text attributes used to display the
nil
symbol.
nil
表象を表示するのに使われるテキスト属性。
var attributedStringForNotANumber : NSAttributedString
The attributed string the receiver uses to display “not a number” values.
レシーバが “not a number 非数” 値を表示するのに使う属性付き文字列。
var textAttributesForNotANumber : [String : Any]?
The text attributes used to display the NaN (“not a number”) string.
NaN(“not a number”)文字列を表示するのに使われるテキスト属性。
var textAttributesForPositiveInfinity : [String : Any]?
The text attributes used to display the positive infinity symbol.
正の無限大表象を表示するために使われるテキスト属性。
var textAttributesForNegativeInfinity : [String : Any]?
The text attributes used to display the negative infinity symbol.
負の無限大表象を表示するために使われるテキスト属性。