help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TFloatRec

Record descriing a float value

Declaration

Source position: sysstrh.inc line 35

type TFloatRec = record

  Exponent: Integer;

  

Exponent part

  Negative: Boolean;

  

Sign part

  Digits: array [0..18] of Char;

  

Digits of fraction

end;

Description

TFloatRec is used to descibe a floating point value by the FloatToDecimal function.

See also

FloatToDecimal

  

Convert a float value to a TFloatRec value.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505