Class
NSDecimalNumberHandler
A class that adopts the decimal number behaviors protocol.
10進数挙動プロトコルを採用するクラス。
Declaration
宣言
@interface 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進数ハンドラを初期化する
See Also
参照
Managing Behavior
挙動を管理する
defaultBehavior
The way arithmetic methods round off and handle error conditions.
算術演算が丸めを行うそしてエラー状態を取り扱う方法。
NSDecimalNumberBehaviors
A protocol that declares three methods that control the discretionary aspects of working with decimal numbers.
あるプロトコル、それは3つのメソッドを宣言します、それは10進数の扱いの自由裁量の側面を制御します。