ConvertToFloat
| Syntax | ||
| void ConvertToFloat(unsigned char *cnv,float *val); | ||
| Header | ||
| base/rconvert.h | ||
| Library | ||
| rcnv | ||
| Description | ||
The The sequence of bytes to convert is pointed to by the argument cnv and the single-precision floating point number is stored at the location pointed to by val. | ||
| Returns | ||
| None | ||
| Errors | ||
| None | ||
| Example | ||
|