|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.ffront.Complex
フィールドの概要 | |
(パッケージプライベート) double |
img
|
(パッケージプライベート) double |
real
|
コンストラクタの概要 | |
(パッケージプライベート) |
Complex(double r,
double i)
|
メソッドの概要 | |
(パッケージプライベート) Complex |
add(Complex c)
|
(パッケージプライベート) Complex |
div(Complex c)
|
(パッケージプライベート) Complex |
mul(Complex c)
|
(パッケージプライベート) Complex |
sub(Complex c)
|
java.lang.String |
toString()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
double real
double img
コンストラクタの詳細 |
Complex(double r, double i)
メソッドの詳細 |
Complex add(Complex c)
Complex sub(Complex c)
Complex mul(Complex c)
Complex div(Complex c)
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |