jp.crestmuse.cmx.math
クラス ComplexNumber

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.math.ComplexNumber

public class ComplexNumber
extends java.lang.Object


フィールドの概要
 double imag
           
 double real
           
 
コンストラクタの概要
ComplexNumber(double re, double im)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

imag

public double imag

real

public double real
コンストラクタの詳細

ComplexNumber

public ComplexNumber(double re,
                     double im)