|
msiFloatToString |
( |
msParam_t * |
floatParam, |
|
|
msParam_t * |
stringParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Convert a floating point number to a string because writeLine does not yet support floating point output.
- Module:
- core
- Since:
- 3.2
- Author:
- Mike Wan
- Date:
- 2012
- Example Usage:
- See clients/icommands/test/rules3.0/netcdfTest1.r, netcdfTest2.r and netcdfTest3.r.
- Parameters:
-
[in] | floatParam | - A FLOAT_MS_T containing the floating point number |
[out] | stringParam | - A STR_MS_T containing the output string |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- N/A
- Postcondition:
- N/A
- See also:
- N/A
Definition at line 1011 of file reNetcdf.c.
|