Method

NumCosmoMathVarDictget_double

Declaration [src]

gboolean
ncm_var_dict_get_double (
  NcmVarDict* vd,
  const gchar* key,
  gdouble* value
)

Description [src]

Gets a double from a NcmVarDict with key key.

Parameters

key

Type: const gchar*

A string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gdouble*

A double.

The argument will be set by the function.

Return value

Type: gboolean

Whether the double with key key was found.