Scilab 6.0.0
- Ajuda do Scilab
- API Scilab
- legacy
- API Scilab
- Getting started with API_Scilab
- API common functions
- API double functions
- API string functions
- API boolean functions
- API integer functions
- API list-type functions
- API polynomial functions
- API pointer functions
- API cell functions
- API struct functions
- API handle functions
- API optional functions
- API types
Ajuda do Scilab >> API Scilab > API optional functions
API optional functions
This page lists all the functions to get information about optional parameters.
scilabVar
scilab_getOptional
(
scilabEnv
env,
scilabOpt
opt, const wchar_t* varname)
Return optional paramter value associated to variable called varname
, NULL if variable does not exist.
See Also
- API Scilab getting started — How to load a C, C++ or fortran code in the Scilab engine as a new function
Comments
Add a comment:
Please login to comment this page.