Constructor
NumCosmoDataClusterNCountnew
Declaration [src]
NcDataClusterNCount*
nc_data_cluster_ncount_new (
NcClusterAbundance* cad,
const gchar* redshift_type,
const gchar* mass_type
)
Parameters
cad-
Type:
NcClusterAbundanceA
NcClusterAbundance.The data is owned by the caller of the function. redshift_type-
Type:
const gchar*NcClusterRedshiftclass string.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. mass_type-
Type:
const gchar*NcClusterMassclass string.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: NcDataClusterNCount
The newly created NcDataClusterNCount.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |