Method

NumCosmoMathVarDictget_int

Declaration [src]

gboolean
ncm_var_dict_get_int (
  NcmVarDict* vd,
  const gchar* key,
  gint* value
)

Description [src]

Gets an integer 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: gint*

An integer.

The argument will be set by the function.

Return value

Type: gboolean

Whether the integer with key key was found.