Method

NumCosmoGalaxyWLObsget_index

Declaration [src]

gboolean
nc_galaxy_wl_obs_get_index (
  NcGalaxyWLObs* obs,
  const gchar* col,
  guint* i
)

Description [src]

Gets the column index from the column name.

Parameters

col

Type: const gchar*

Column name.

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

Type: guint*

A pointer to store the column index.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the column was found, FALSE otherwise.