This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:


double CmathLibF(int32_t Parameter, double Argument1, double Argument2);


This interface returns a floating point number with the result of the query according to the value of the variable Parameter, which can be one of the following:


Parameter 0: CmathLib.Cabs

This parameter returns the absolute value of complex number given in real (Argument1) and imaginary (Argument2) doubles.


Parameter 1: CmathLib.Cdang

This parameter returns the angle, in degrees, of a complex number specified as two doubles: Real part (Argument1) and imaginary part (Argument2).