ConvertFromDouble
Syntax | ||
void ConvertFromDouble(double val,unsigned char *cnv); | ||
Header | ||
base/rconvert.h | ||
Library | ||
rcnv | ||
Description | ||
The The number to convert is given by the argument val and the sequence of bytes are stored at the location pointed to by cnv. | ||
Returns | ||
None | ||
Errors | ||
None | ||
Example | ||
|