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