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
| Name | Description | 
|---|---|
| TFloatRec | Record describing a float value |