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

FloatToDecimal

Convert a float value to a TFloatRec value.

Declaration

Source position: sysstrh.inc line 234

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: Jul 24 2023