るりまサーチ

最速Rubyリファレンスマニュアル検索!
527件ヒット [501-527件を表示] (0.237秒)
トップページ > クラス:Complex[x] > クエリ:_builtin[x] > クエリ:complex[x]

別のキーワード

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

ライブラリ

キーワード

検索結果

<< < ... 4 5 6 >>

Complex#between?(min, max) -> bool (17001.0)

@undef

@undef

Complex#clamp(range) -> object (17001.0)

@undef

@undef

Complex#real? -> false (17001.0)

常に false を返します。

常に false を返します。

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

@see Numeric#real?
<< < ... 4 5 6 >>