Type Method 型メソッド

decimalNumberWithDecimal:

Creates and returns a decimal number equivalent to a given decimal structure. 与えられた10進構造体に等しい10進数を作成して返します。

Declaration 宣言

+ (NSDecimalNumber *)decimalNumberWithDecimal:(NSDecimal)dcm;

Parameters パラメータ

decimal

An NSDecimal structure that specifies the value for the new decimal number object. NSDecimal構造体、それは値をその新しい10進数オブジェクトに対して指定します。

Return Value 戻り値

An NSDecimalNumber object equivalent to decimal.

Discussion 議論

You can initialize decimal programmatically or generate it using the NSScanner method, scanDecimal: あなたは、decimalをプログラム的に初期化できます、またはそれをNSScannerのメソッド、scanDecimal:を使って生成できます。

See Also 参照

Creating a Decimal Number 10進数を作成する

Related Documentation 関連文書