- initWithMantissa:exponent:isNegative:
Initializes a decimal number using the given mantissa, exponent, and sign.
ある10進数をこの与えられたか数、指数、そして符号を使って初期化します。
- initWithString:
Initializes a decimal number so that its value is equivalent to that in a given numeric string.
ある10進数を初期化します、そうすることでそれの値がある与えられた数値文字列におけるそれと等しくなるようにです。
- initWithString:locale:
Initializes a decimal number so that its value is equivalent to that in a given numeric string, interpreted using a given locale.
ある10進数を初期化します、それによってそれの値がある与えられた数値文字列におけるそれと等しくなるようにです、与えられたロケールを使って解釈されます。