るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
101件ヒット [101-101件を表示] (0.083秒)

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric %
  4. numeric -@

クラス

キーワード

検索結果

<< < 1 2 >>

Complex#real? -> false (64.0)

常に false を返します。

常に false を返します。

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

@see Numeric#real?
<< < 1 2 >>