- Scilab Online Help
- Java Interface
- Javasci v1 (deprecated)
- javasci.SciBoolean (deprecated)
- javasci.SciBooleanArray (deprecated)
- javasci.SciComplex (deprecated)
- javasci.SciComplexArray (deprecated)
- javasci.SciDouble (deprecated)
- javasci.SciDoubleArray (deprecated)
- javasci.SciInteger (deprecated)
- javasci.SciIntegerArray (deprecated)
- javasci.SciString (deprecated)
- javasci.SciStringArray (deprecated)
- javasci.Scilab (deprecated)
- Compile and run with javasci v1
- javasci FAQ
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
javasci.SciDouble (deprecated)
Class to use double object with scilab. Deprecated: Please use Javasci v2
Description
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
Examples
// See SCI/modules/Javasci/examples directory
See Also
Authors
A.C
<< javasci.SciComplexArray (deprecated) | Javasci v1 (deprecated) | javasci.SciDoubleArray (deprecated) >> |