Instance Property インスタンスプロパティ

multiplier

The multiplier of the receiver. レシーバの乗数。

Declaration 宣言

@property(copy) NSNumber *multiplier;

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 数値書式設定を構成設定する