るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. _builtin complex
  2. complex rect
  3. kernel complex
  4. complex polar
  5. complex rationalize

検索結果

NilClass#to_c -> Complex (313.0)

0+0i を返します。

0+0i を返します。

//emlist[例][ruby]{
nil.to_c # => (0+0i)
//}