www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
Function ExtendedToEng (Const ExtVal : Extended) : String;
Description
The ExtendedToEng function converts the floating-point value given by Value to its string representation. Example: ShowInfo(ExtendedToEng(4.32e18)); //4.320e18
See also