るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.038秒)
トップページ > ライブラリ:ビルトイン[x] > バージョン:2.1.0[x] > クエリ:_builtin[x] > クエリ:float[x] > クエリ:at[x] > クエリ:Float[x] > クラス:NilClass[x]

別のキーワード

  1. _builtin float
  2. float to_d
  3. fiddle type_float
  4. json float
  5. fiddle align_float

検索結果

NilClass#to_f -> Float (24916.0)

0.0 を返します。

0.0 を返します。

//emlist[例][ruby]{
nil.to_f #=> 0.0
//}