るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.058秒)
トップページ > クエリ:@[x] > クエリ:ruby[x] > クラス:Rational[x] > クエリ:to_r[x]

別のキーワード

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

ライブラリ

検索結果

Rational#to_r -> Rational (18126.0)

自身を返します。

...自身を返します。

@
return 自身を返します。

//emlist[例][ruby]{
Rational
(3, 4).to_r # => (3/4)
Rational
(8).to_r # => (8/1)
//}...