るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric imaginary
  4. numeric remainder
  5. numeric imag

検索結果

Complex#imaginary -> Numeric (63937.0)

自身の虚部を返します。

...自身の虚部を返します。

//emlist[例][ruby]{
Complex
(3, 2).imag # => 2
//}

@see Numeric#imag...

Complex#imag -> Numeric (18637.0)

自身の虚部を返します。

...自身の虚部を返します。

//emlist[例][ruby]{
Complex
(3, 2).imag # => 2
//}

@see Numeric#imag...