Function 関数

NSDecimalIsNotANumber

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

Declaration 宣言

BOOL NSDecimalIsNotANumber(const NSDecimal *dcm);

Return Value 戻り値

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

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