Instance Method インスタンスメソッド

scanDecimal:

Scans for an NSDecimal value, returning a found value by reference. NSDecimal値を走査します、見つかった値を参照によって返します。

Declaration 宣言

- (BOOL)scanDecimal:(NSDecimal *)dcm;

Parameters パラメータ

decimalValue

Upon return, contains the scanned value. See the NSDecimalNumber class specification for more information about NSDecimal values. 戻りでは、走査された値を含みます。NSDecimalNumberクラス仕様をNSDecimal値についてのさらなる情報として見てください。

Return Value 戻り値

YES if the receiver finds a valid NSDecimal representation, otherwise NO. YES、もしレシーバが有効なNSDecimal表現を見つけるならば、そうでなければNO

Discussion 議論

Invoke this method with NULL as decimalValue to simply scan past an NSDecimal representation. NULLdecimalValueとしてこのメソッドを発動すると、単純にひとつのNSDecimal表現を越えて走査します。

See Also 参照

Scanning Numeric Values 数値を走査する