るりまサーチ

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

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric numerator
  4. numeric to_c
  5. numeric zero?

ライブラリ

検索結果

Numeric#to_c -> Complex (48138.0)

自身を複素数 (Complex) に変換します。Complex(self, 0) を返します。

...変換します。Complex(self, 0) を返します。

//emlist[例][ruby]{
1.to_c # => (1+0i)
-1.to_c # => (-1+0i)
1.0.to_c # => (1.0+0i)
Rational(1, 2).to_c # => ((1/2)+0i)
//}

Numeric
のサブクラスは、このメソッドを適切に再定義しなけれ...