Unit msefloattostr

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Packed Record doublerecty  

Functions and Procedures

function doubletostring(const value: double; const precision: integer = 0; const mode: floatstringmodety = fsm_default; const decimalsep: msechar = '.'; const thousandsep: msechar = #0): msestring;
function tryintexp10(aexp: integer; out value: double): boolean;
function intexp10(aexp: integer): double;

Types

floatstringmodety = (...);

Constants

expochar = msechar('E');

Description

Functions and Procedures

function doubletostring(const value: double; const precision: integer = 0; const mode: floatstringmodety = fsm_default; const decimalsep: msechar = '.'; const thousandsep: msechar = #0): msestring;
 
function tryintexp10(aexp: integer; out value: double): boolean;
 
function intexp10(aexp: integer): double;
 

Types

floatstringmodety = (...);
 
Values
  • fsm_default
  • fsm_fix
  • fsm_sci
  • fsm_engfix
  • fsm_engflo
  • fsm_engsymfix
  • fsm_engsymflo

Constants

expochar = msechar('E');
 

Generated by PasDoc 0.16.0.