Instance Property
インスタンスプロパティ
multiplier
The multiplier of the receiver.
レシーバの乗数。
Discussion
議論
A multiplier is a factor used in conversions between numbers and strings (that is, numbers as stored and numbers as displayed). When the input value is a string, the multiplier is used to divide, and when the input value is a number, the multiplier is used to multiply. These operations allow the formatted values to be different from the values that a program manipulates internally.
乗数は、数値と文字列(すなわち、格納されるものとしての数値と表示されるものとしての数値)の間での変換において使われる因子です。入力値が文字列である場合、乗数は除算に使われます、そして入力値が数である場合、乗数は乗算として使われます。これらの演算は、書式設定された値にプログラムが内部的に操作する値と異なることを許可します。
See Also
参照
Configuring Numeric Formats
数値書式設定を構成設定する
format
The receiver’s format.
レシーバのもつ書式設定。
formattingContext
The capitalization formatting context used when formatting a number.
ある数値を書式設定している時に使われるキャピタライゼーション書式設定文脈。
formatWidth
The format width used by the receiver.
レシーバによって使われる書式設定幅。
negativeFormat
The format the receiver uses to display negative values.
レシーバが使って負の値を表示する書式設定。
positiveFormat
The format the receiver uses to display positive values.
レシーバが使って正の値を表示する書式設定。