るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.230秒)
トップページ > クラス:Integer[x] > ライブラリ:ビルトイン[x] > クエリ:to_i[x] > クエリ:to_int[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

検索結果

Integer#to_int -> self (21211.0)

self を返します。

...self を返します。

//emlist[][ruby]{
10.to_i # => 10
//}...

Integer#to_i -> self (18111.0)

self を返します。

...self を返します。

//emlist[][ruby]{
10.to_i # => 10
//}...