class var `default`: NSDecimalNumberHandler
NSDecimalNumberHandler
.
NSDecimalNumberHandler
の省略時のインスタンスを返します。
Availability 有効性
Technology
class NSDecimalNumberHandler : NSObject
This class allows you to set the way an NSDecimal
object rounds off and handles errors, without having to create a custom class.
このクラスは、あなたにNSDecimal
オブジェクトが丸めを行うそしてエラーを取り扱う方法を設定させます、あつらえのクラスを作成する必要なしにです。
You can use an instance of this class as an argument to any of the NSDecimal
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 NSDecimal
's default behavior will suit your needs.
あなたはこのクラスのインスタンスを、どんなNSDecimal
メソッドでも...Behavior:
で終わるものへの引数として使用できます。あなたが特別な挙動を必要としないと考えるならば、あなたはおそらくこのクラスを必要としないでしょう — NSDecimal
の持つ省略時の挙動があなたの要求を満たしそうです。
For more information, see the NSDecimal
protocol specification.
さらなる情報として、NSDecimal
プロトコル仕様を見てください。
class var `default`: NSDecimalNumberHandler
NSDecimalNumberHandler
.
NSDecimalNumberHandler
の省略時のインスタンスを返します。
init(roundingMode : NSDecimalNumber.RoundingMode, scale: Int16, raiseOnExactness : Bool, raiseOnOverflow : Bool, raiseOnUnderflow : Bool, raiseOnDivideByZero : Bool)
NSDecimalNumberHandler
object initialized so it behaves as specified by the method’s arguments.
あるNSDecimalNumberHandler
オブジェクトを、それがメソッドの持つ引数によって指定されるとおりに振る舞うよう初期化して返します。
var roundingBehavior : NSDecimalNumberHandler
var roundingIncrement : NSNumber!
var roundingMode : NumberFormatter.RoundingMode