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

floatValue

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

Declaration 宣言

var floatValue: Float { get }

Discussion 議論

This property doesn’t include 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 method 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 関連文書