Daylight v4.9 Release Date: 1 February 2008 Namedt_realvalue - retrieve the real value of an objectGeneric Prototypedt_realvalue(dt_Handle) => dt_RealC Prototype#include "dt_smiles.h"dt_Real dt_realvalue(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'real*4 dt_f_realvalue(object) integer*4 object DescriptionGets a copy of the real value property of the object.Return ValueReturns the real value property of the object. For all object types except for the real object, this value is defined as 0.Related Topicsdt_alloc_real(3) dt_setrealvalue(3) |