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

FloatToDecimal

Convert a float value to a TFloatRec value.

Declaration

Source position: sysstrh.inc line 144

procedure FloatToDecimal(

  var Result: TFloatRec;

  Value: Extended;

  Precision: Integer;

  Decimals: Integer

);

Description

FloatToDecimal converts the float Value to a float description in the ResultTFloatRec format. It will store Precision digits in the Digits field, of which at most Decimal decimals.

Errors

None.

See also

TFloatRec

  

Record descriing a float value