Zitat von
Luckie:
Ich weiß was floor in Delphi macht, was aber noch lange nicht heißt, dass es auch das gleiche in C++ macht. So C++ fest bin ich nicht als dass ich alle Funktionen aus den standard Bibliotheken kennen würde.
Also, was ist nun?
Nochmal: in C++ macht floor das hier: "The floor function returns a floating-point value representing the largest integer that is less than or equal to x. There is no error return."
Also, gibt einen Single-Wert , der kleiner oder gleich Argument ist.
Und in meiner Delphi-Hilfe steht nirgendwo was über " floor "