class var one: NSDecimalNumber
class var zero: NSDecimalNumber
Availability 有効性
Technology
@NSCopying class var notANumber: NSDecimalNumber
{ get }
An NSDecimal
object that specifies no number.
数でないことを指定するNSDecimal
オブジェクト。
Any arithmetic method receiving not
as an argument returns not
.
not
を引数として受け取るあらゆる算術メソッドは、not
を返します。
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 exception
method description in the NSDecimal
protocol specification.
この値は、入力ファイルの中の数字でないデータを取り扱う1つの有益な方法でありえます。このメソッドはまた、計算エラーに応答するのに役立つでしょう。計算エラーに関するさらなる情報として、exception
メソッド記述をNSDecimal
プロトコル仕様において見てください。
class var one: NSDecimalNumber
class var zero: NSDecimalNumber