Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi StrToExt oder so (https://www.delphipraxis.net/16103-strtoext-oder-so.html)

Splinter 10. Feb 2004 13:23


StrToExt oder so
 
gibt es funktion wie IntToStr oder StrToInt für Zahlen vom Typ extended?
wenn ich z.b. den log2 von ner zahl berechnen will, die in einem editfeld als string angegeben ist.?

help =)

d3g 10. Feb 2004 13:27

Re: StrToExt oder so
 
ShowMessage(FloatToStr(Log(StrToFloat(s))/Log(2));

Splinter 10. Feb 2004 13:42

Re: StrToExt oder so
 
---
*edit

yo habs thx =)


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:37 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz