Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.0 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab manual >> Java Interface > Javasci v1 (deprecated) > javasci.SciComplex (deprecated)

javasci.SciComplex (deprecated)

Class to use complex object with scilab. Deprecated: Please use Javasci v2

Description

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

Examples

// See SCI/modules/javasci/examples directory

Authors

A.C

<< javasci.SciBooleanArray (deprecated) Javasci v1 (deprecated) javasci.SciComplexArray (deprecated) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jan 26 16:23:48 CET 2011