Get scalar complex double variable.
int getScalarComplexDouble(void* _pvCtx, int* _piAddress, double* _pdblReal, double* _pdblImg)
int getNamedScalarComplexDouble(void* _pvCtx, const char* _pstName, double* _pdblReal, double* _pdblImg)
: :_pstName Name of the variable for “named” functions. : :_pdblReal Real part value. : :_pdblImg Imaginary part value. :
if successful 0, otherwise print error(s) message(s) in the Scilab console and returns first error number.