9.1.18 SetDoubleData

bool SetDoubleData(unsigned int tag, double t)
bool SetDoubleData(const char *tag, double t)

These methods store and associate double precision floating point values passed as the second argument with the data tag provided as the first argument. The methods are provided for convenience and are functionally equivalent to calls to SetData where the template argument is a double precision floating point number.