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

FloatToDecimal

Convert a float value to a TFloatRec value.

Declaration

Source position: sysstrh.inc line 229

procedure FloatToDecimal(

  out Result: TFloatRec;

  const Value;

  ValueType: TFloatValue;

  Precision: Integer;

  Decimals: Integer

);

procedure FloatToDecimal(

  out 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 describing a float value


Documentation generated on: May 14 2021