Instance Property インスタンスプロパティ

doubleValue

The floating-point value of the string as a double. 文字列の浮動小数点値、doubleとして。

Declaration 宣言

var doubleValue: Double { get }

Discussion 議論

This property doesn’t include any whitespace at the beginning of the string. This property is HUGE_VAL or –HUGE_VAL on overflow, 0.0 on underflow. This property is 0.0 if the string doesn’t begin with a valid text representation of a floating-point number. このプロパティは、どんな空白も文字列の始まりで含みません。このプロパティは、オーバーフローではHUGE_VALまたは–HUGE_VAL、アンダーフローでは0.0です。このプロパティは0.0です、もし文字列が浮動小数点数の有効なテキスト表現で始まらないならば。

This property uses formatting information stored in the non-localized value; use an Scanner object for localized scanning of numeric values from a string. このプロパティは、ローカライズされない値において格納される書式設定情報を使います;Scannerオブジェクトを文字列から数値のローカライズされた走査をするのに使ってください。

See Also 参照

Getting Numeric Values 数値を取得する

Related Documentation 関連文書