double sym_get_int_param(sym_environment *env, char *key)
This routine is used to get the value of a double type parameter.
sym_environment *env | INOUT | Pointer to the SYMPHONY environment. |
char *key | IN | The name of the parameter. |
DOUBLE | A double indicating the value of the parameter. |