| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a float value to a TFloatRec value.
Source position: sysstrh.inc line 218
procedure FloatToDecimal(  | 
out Result: TFloatRec;  | 
const Value;  | 
ValueType: TFloatValue;  | 
Precision: Integer;  | 
Decimals: Integer  | 
);  | 
out Result: TFloatRec;  | 
Value: Extended;  | 
Precision: Integer;  | 
Decimals: Integer  | 
);  | 
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.
None.
  | 
Record describing a float value  |