Class

NSDecimalNumber

An object for representing and performing arithmetic on base-10 numbers that bridges to Decimal; use NSDecimalNumber when you need reference semantics or other Foundation-specific behavior. 底10の数での計算を表すそして実行するためのオブジェクト、それはDecimalにブリッジされます;NSDecimalNumberをあなたが参照意味論または他のFoundation特有の挙動を必要とする場合は使ってください。

Declaration 宣言

class NSDecimalNumber : NSNumber

Overview 概要

NSDecimalNumber, an immutable subclass of NSNumber, provides an object-oriented wrapper for doing base-10 arithmetic. An instance can represent any number that can be expressed as mantissa x 10^exponent where mantissa is a decimal integer up to 38 digits long, and exponent is an integer from –128 through 127. NSDecimalNumberNSNumberの不変のサブクラスは、オブジェクト指向ラッパーを10進数計算を行うのために提供します。インスタンスは仮数 x 10^指数として表現できるどんな数でも表せます、そこで仮数は38桁長までの10進整数です、そして指数は–128から127までの整数です。

Topics 話題

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

Initializing a Decimal Number 10進数を初期化する

Performing Arithmetic 算術の実行

Rounding Off 丸める

Managing Behavior 挙動を管理する

Accessing the Value 値にアクセスする

Comparing Decimal Numbers 10進数を比較する

Getting Maximum and Minimum Possible Values 最大限および最小限の可能な値を取得する

Recognizing Exceptions 例外を認識する

Exceptions with these names may be raised to indicate computational errors with decimal numbers. これらの名前を持つ例外は、10進数での計算エラーを指し示すため引き起こされるでしょう。

Relationships 関係

Inherits From 継承元