FLOATTOSTRF |
Virgule flottante à chaîne de caractères flottante |
|---|---|
| Free Pascal | sysutils |
Syntaxe
| Function FloatToStrF(Value:Extended;format:TFloatFormat;Precision:Integer;Digits:Integer:string; |
| Function FloatToStrF(Value:Extended;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
| Function FloatToStrF(Value:Double;format:TFloatFormat;Precision:Integer;Digits:Integer):string; |
| Function FloatToStrF(Value:Double;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
| Function FloatToStrF(Value:Single;format:TFloatFormat;Precision:Integer;Digits:Integer):string; |
| Function FloatToStrF(Value:Single;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
| Function FloatToStrF(Value:Comp;format:TFloatFormat;Precision:Integer;Digits:Integer):string; |
| Function FloatToStrF(Value:Comp;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
| Function FloatToStrF(Value:Currency;format:TFloatFormat;Precision:Integer;Digits:Integer):string; |
| Function FloatToStrF(Value:Currency;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
| Function FloatToStrF(Value:Int64;format:TFloatFormat;Precision:Integer;Digits:Integer):string; |
| Function FloatToStrF(Value:Int64;format:TFloatFormat;Precision:Integer;Digits:Integer;Const FormatSettings:TFormatSettings):string; |
Description
Cette fonction permet de convertir un nombre réel en chaîne de caractères de type Pascal selon une précision spécifié.
Dernière mise à jour : Mardi, le 25 Août 2020