Ruby 1.9.2 Reference Manual > All Libraries > library complex > class Complex > image

instance method Complex#image

image -> Numeric [added by complex]

自身の虚部を返します。Complex#imag のエイリアスです。

例:

require 'complex'
Complex(3, 2).image # => 2