Daylight v4.9
Release Date: 1 February 2008

Name

dt_realvalue - retrieve the real value of an object

Generic Prototype

dt_realvalue(dt_Handle) => dt_Real

C Prototype

#include "dt_smiles.h"

dt_Real dt_realvalue(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

real*4 dt_f_realvalue(object)

integer*4 object

Description

Gets a copy of the real value property of the object.

Return Value

Returns the real value property of the object. For all object types except for the real object, this value is defined as 0.

Related Topics

dt_alloc_real(3) dt_setrealvalue(3)