var positivePrefix : String!
The string the receiver uses as the prefix for positive values.
レシーバが正の値に対する接頭辞として使う文字列。
var positiveSuffix : String!
The string the receiver uses as the suffix for positive values.
レシーバが正の値に対する接尾辞として使う文字列。
var negativePrefix : String!
The string the receiver uses as a prefix for negative values.
レシーバが負の値に対する接頭辞として使う文字列。