るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.021秒)
トップページ > クラス:Complex[x] > ライブラリ:ビルトイン[x] > バージョン:2.3.0[x] > クエリ:numeric[x] > クエリ:real?[x]

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric real
  4. numeric eql?

検索結果

Complex#real? -> false (54367.0)

常に false を返します。

常に false を返します。

//emlist[例][ruby]{
(2+3i).real? # => false
(2+0i).real? # => false
//}

@see Numeric#real?