Daylight v4.9 Release Date: 1 February 2008 Namedt_hcount - retrieve the hydrogen count for an atomGeneric Prototypedt_hcount(dt_Handle) => dt_IntegerC Prototype#include "dt_smiles.h"dt_Integer dt_hcount(dt_Handle atom) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_hcount(atom) integer*4 atom DescriptionFinds the hydrogen count for the given atom. This includes both implicit and explicit hydrogens.Return ValueReturns the total number of hydrogens. For all other objects, this property is defined as -1.Related Topicsdt_addatom(3) dt_imp_hcount(3) dt_isohydro(3) dt_setimp_hcount(3) |