var percentSymbol : String!
The string used to represent a percent symbol.
パーセント表象を表すのに使われる文字列。
var minusSign : String!
The string used to represent a minus sign.
マイナス記号を表すのに使われる文字列。
var plusSign : String!
The string used to represent a plus sign.
プラス記号を表すのに使われる文字列。
var exponentSymbol : String!
The string used to represent an exponent symbol.
指数表象を表すのに使われる文字列。
var zeroSymbol : String?
The string used to represent a zero value.
ゼロ値を表すのに使われる文字列。
var nilSymbol : String
The string used to represent a
nil
value.
nil
値を表すのに使われる文字列。
var notANumberSymbol : String!
The string used to represent a NaN (“not a number”) value.
NaN(“not a number”、非数)値を表すのに使われる文字列。
var negativeInfinitySymbol : String
The string used to represent a negative infinity symbol.
負の無限大表象を表すのに使われる文字列。
var positiveInfinitySymbol : String
The string used to represent a positive infinity symbol.
正の無限大表象を表すのに使われる文字列。