LRealToStr (FUN)
FUNCTION LRealToStr : STRING(32)
Converts LREAL values to a decimal representation, taking into account special values like NaN and infinity. Based on LREAL_TO_STRING.
Note
This function also handles the case LREAL = REAL.
- InOut:
Scope
Name
Type
Comment
Return
LRealToStrSTRING(32)Input
fLREALThe floating point value to convert.