javasci.SciComplex — Class to use complex object with scilab
Method Summary :
public SciComplex(String name,SciComplex Obj)
public SciComplex(String name)
Constructor (if name
exists in Scilab and has the same type, variable is imported from
Scilab)
public SciComplex(String name,double realpart,double
imaginarypart )
Constructor
public String getName()
Get Name of scilab object
public double getRealPartData()
Get Real Part Value of
scilab object
public double getImaginaryPartData()
Get Imaginary Part
Value of scilab object
public void Get()
Get in java object , value of scilab
object
public boolean Job(String job)
(deprecated see Scilab.Exec) Execute a job in
scilab
public void Send()
Send to scilab object , value of java
object
public void disp()
disp object
public void toString()
convert complex to a string