るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

Complex#real? -> false (18120.0)

常に false を返します。

...常に false を返します。

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

@see Numeric#real?...