_RetFloat( ) API Library Routine
Sets the library return value to a float value.
void _RetFloat(double flt, int width, int dec) double flt; /* Double precision floating point value. */ int width; /* Number of columns for number display. */ int dec; /* Number of decimal places. */ |
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic