+ decimalNumberWithMantissa:exponent:isNegative:
Creates and returns a decimal number equivalent to the number specified by the arguments.
それら引数によって指定される数に相当する10進数を作成して返します。
+ decimalNumberWithString:
Creates a decimal number whose value is equivalent to that in a given numeric string.
ある10進数を作成します、それの持つ値はある与えられた数値文字列でのそれと等しいです。
+ decimalNumberWithString:locale:
Creates a decimal number whose value is equivalent to that in a given numeric string, interpreted using a given locale.
10進数を作成します、それの値はある与えられた数値文字列での値と等しいものです、ある与えられたロケールを使って解釈されます。
one
A decimal number equivalent to the number 1.0.
数1.0と同等の10進数。
zero
A decimal number equivalent to the number 0.0.
数0.0と同等の10進数。
notANumber
A decimal number that specifies no number.
数でないものを指定する10進数。