Daylight v4.9 Release Date: 1 February 2008 Namedt_typename - return the type name of an objectGeneric Prototypedt_typename(dt_Handle) => dt_StringC Prototype#include "dt_smiles.h"dt_String dt_typename(dt_Integer *len, dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_typename(object, string)
integer*4 object
DescriptionDetermines the typename of the given object.Return ValueReturns the typename of the given object, represented as an string.Related Topicsobject_type, dt_type(3) |