Type Property 型プロパティ

notANumber

A decimal number that specifies no number. 数でないものを指定する10進数。

Declaration 宣言

@NSCopying class var notANumber: NSDecimalNumber { get }

Return Value 戻り値

An NSDecimalNumber object that specifies no number. 数でないことを指定するNSDecimalNumberオブジェクト。

Discussion 議論

Any arithmetic method receiving notANumber as an argument returns notANumber. notANumberを引数として受け取るあらゆる算術メソッドは、notANumberを返します。

This value can be a useful way of handling non-numeric data in an input file. This method can also be a useful response to calculation errors. For more information on calculation errors, see the exceptionDuringOperation(_:error:leftOperand:rightOperand:) method description in the NSDecimalNumberBehaviors protocol specification. この値は、入力ファイルの中の数字でないデータを取り扱う1つの有益な方法でありえます。このメソッドはまた、計算エラーに応答するのに役立つでしょう。計算エラーに関するさらなる情報として、exceptionDuringOperation(_:error:leftOperand:rightOperand:)メソッド記述をNSDecimalNumberBehaviorsプロトコル仕様において見てください。

See Also 参照

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