Daylight v4.9 Release Date: 1 February 2008 Namedt_setrealvalue - specify the real value of an objectGeneric Prototypedt_setrealvalue(dt_Handle, dt_Real) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_setrealvalue(dt_Handle object, dt_Real value) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_setrealvalue(object, value)
integer*4 object
DescriptionSets the value of the object to 'value'.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_alloc_real(3) dt_realvalue(3) |