javasci.SciDouble — Class to use double object with scilab
Method Summary :
public SciDouble(String name,SciDouble Obj)
public SciDouble(String name) Constructor (if name
exists in Scilab and has the same type, variable is imported from
Scilab)
public SciDouble(String name,double Value )
public String getName()Get Name of scilab object
public double getData()Get 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