Zitat von
DelphiManiac:
Angenommen ich habe einen Singlewert: 0.00000000000000123456789?
Es gibt keinen solchen Single-Wert. Die haben nämlich nur 7-8 signifikante Stellen.
Zitat von
Die Delphi-Hilfe:
The Precision parameter specifies the precision of the given value. It should be 7 or less for values of type Single, 15 or less for values of type Double, and 18 or less for values of type Extended.
The Digits and Format parameters together control how the value is formatted into a string. For details, see the description of TFloatFormat.
Wer lesen kann...