[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Convert a float value to a TFloatRecvalue.
Source position: sysstrh.inc line 165
procedure FloatToDecimal( |
var Result: TFloatRec; |
Value: Extended; |
Precision: Integer; |
Decimals: Integer |
); |
FloatToDecimalconverts the float Valueto a float description in the ResultTFloatRecformat. It will store Precisiondigits in the Digitsfield, of which at most Decimaldecimals.
None.
|
Record descriing a float value |