var format: String
The receiver’s format.
レシーバのもつ書式設定。
var formattingContext : Formatter.Context
The capitalization formatting context used when formatting a number.
ある数値を書式設定している時に使われるキャピタライゼーション書式設定文脈。
var negativeFormat : String!
The format the receiver uses to display negative values.
レシーバが使って負の値を表示する書式設定。
var positiveFormat : String!
The format the receiver uses to display positive values.
レシーバが使って正の値を表示する書式設定。
var multiplier: NSNumber?
The multiplier of the receiver.
レシーバの乗数。