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 parameter 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
Report an issue | ||
<< API handle functions | API Scilab | call_scilab API >> |