るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.108秒)

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

ライブラリ

検索結果

Float#to_f -> self (54328.0)

self を返します。

...self を返します。

//emlist[例][ruby]{
3.1
4.to_f # => 3.14
//}...