ruby 2.7.0についての記事です
- to_f 文字列を 10 進数表現と解釈して、浮動小数点数 Float に変換する
公式ドキュメント(Stringクラスto_f)
"10".to_f # => 10.0
"8".to_f / 100 #=> 0.08
Go to list of users who liked
More than 3 years have passed since last update.
ruby 2.7.0についての記事です
"10".to_f # => 10.0
"8".to_f / 100 #=> 0.08
Register as a new user and use Qiita more conveniently
Go to list of users who liked