Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFloatRec

Record describing a float value.

Declaration

Source position: sysstrh.inc line 31

type TFloatRec = record

  Exponent: Integer;

  

Exponent part.

  Negative: Boolean;

  

Sign part.

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

  

Digits of fraction.

end;

Description

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

See also

FloatToDecimal

  

Convert a float value to a TFloatRec value.


Documentation generated on: Jul 24 2023