るりまサーチ

最速Rubyリファレンスマニュアル検索!
99件ヒット [1-99件を表示] (0.176秒)
トップページ > クエリ:I[x] > クエリ:t[x] > クエリ:pred[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

検索結果

Integer#pred -> Integer (44313.0)

self から -1 した値を返します。

...self から -1 した値を返します。

//emlist[][ruby]{
1.pred #=> 0
(-1).pred #=> -2
//}

@see Integer#next...

Integer#next -> Integer (29206.0)

self の次の整数を返します。

...self の次の整数を返します。

//emlist[][ruby]{
1.next #=> 2
(-1).next #=> 0
1.succ #=> 2
(-1).succ #=> 0
//}

@see Integer#pred...

Integer#succ -> Integer (26206.0)

self の次の整数を返します。

...self の次の整数を返します。

//emlist[][ruby]{
1.next #=> 2
(-1).next #=> 0
1.succ #=> 2
(-1).succ #=> 0
//}

@see Integer#pred...

Net::HTTPRedirection (18000.0)

HTTP レスポンス 3xx (Redirection) を表現するクラスです。

...HTTP レスポンス 3xx (Redirection) を表現するクラスです。

リクエストが正常に受信しましたが、処理を完了するためには
さらなる動作が必要なことを表します。...

Win32::Registry::PredefinedKey (18000.0)

絞り込み条件を変える

Gem::DependencyList#spec_predecessors -> Hash (12100.0)

@todo ???

...@todo ???

Return a hash of predecessors. <tt>result[spec]</tt> is an
Array of gemspecs that have a dependency satisfied by the named
spec....

Win32::Registry::PredefinedKey#class (12000.0)

@todo

...@todo...

Win32::Registry::PredefinedKey#close (12000.0)

@todo

...@todo...

Win32::Registry::PredefinedKey.new(hkey, keyname) (12000.0)

@todo

...@todo...