libsim  Versione7.1.6
elemental function, public c2d ( character(len=*), intent(in)  string)

Convert a character string to a double value if possible.

It is ELEMENTAL so it works with arrays of any shape. It returns missing value if the input cannot be converted or is empty or missing.

Parametri
[in]stringstring to be represented as DOUBLE PRECISION

Definizione alla linea 727 del file char_utilities.F90.


Generated with Doxygen.