Function 関数

NSDecimalIsNotANumber(_:)

Returns a Boolean that indicates whether a given decimal contains a valid number. 与えられた10進数が有効な数を含んでいるかどうかを指し示すブール値を返します。

Declaration 宣言

func NSDecimalIsNotANumber(_ dcm: UnsafePointer<Decimal>) -> Bool

Return Value 戻り値

false if the value in dcm represents a valid number, otherwise true. false、もしdcmの中の値が有効な数を表すならば、そうでなければtrue

For more information, see Number and Value Programming Topics. 詳細は、Number and Value Programming Topicsを見てください。