Name

javasci.SciInteger — Class to use integer object with scilab

Description

Method Summary :

public SciInteger(String name,SciInteger Obj)

public SciInteger(String name) Constructor (if name exists in Scilab and has the same type, variable is imported from Scilab)

public SciInteger(String name,int Value )

public String getName()Get Name of scilab object

public int 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

Examples

 
// See SCI/modules/Javasci/examples directory
 

See Also

javasci.Scilab , Compile and run with Javasci, SciIntegerArray , SciString , SciStringArray

Authors

A.C