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

scanDecimal(_:)

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

Declaration 宣言

func scanDecimal(_ dcm: UnsafeMutablePointer<Decimal>?) -> Bool

Parameters パラメータ

decimalValue

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

Scanning Numeric Values 数値を走査する