Class

NSDecimalNumberHandler

A class that adopts the decimal number behaviors protocol. 10進数挙動プロトコルを採用するクラス。

Declaration 宣言

class NSDecimalNumberHandler : NSObject

Overview 概要

This class allows you to set the way an NSDecimalNumber object rounds off and handles errors, without having to create a custom class. このクラスは、あなたにNSDecimalNumberオブジェクトが丸めを行うそしてエラーを取り扱う方法を設定させます、あつらえのクラスを作成する必要なしにです。

You can use an instance of this class as an argument to any of the NSDecimalNumber methods that end with ...Behavior:. If you don’t think you need special behavior, you probably don’t need this class—it is likely that NSDecimalNumber's default behavior will suit your needs. あなたはこのクラスのインスタンスを、どんなNSDecimalNumberメソッドでも...Behavior:で終わるものへの引数として使用できます。あなたが特別な挙動を必要としないと考えるならば、あなたはおそらくこのクラスを必要としないでしょう — NSDecimalNumberの持つ省略時の挙動があなたの要求を満たしそうです。

For more information, see the NSDecimalNumberBehaviors protocol specification. さらなる情報として、NSDecimalNumberBehaviorsプロトコル仕様を見てください。

Topics 話題

Creating a Decimal Number Handler 10進数ハンドラを作成する

Initializing a decimal number handler 10進数ハンドラを初期化する

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Configuring Rounding Behavior 丸め挙動を構成設定する