RealToStr (FUN)
FUNCTION RealToStr : STRING(16)
Converts REAL values to a decimal representation, taking into account special values like NaN and infinity. Based on REAL_TO_STRING.
- InOut:
Scope
Name
Type
Comment
Return
RealToStrSTRING(16)Input
fREALThe floating point value to convert.