Daylight v4.9 Release Date: 1 February 2008 Namedt_setintegervalue - specify the integer value for an objectGeneric Prototypedt_setintegervalue(dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_setintegervalue(dt_Handle object, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_setintegervalue(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_integer(3) dt_integervalue(3) |