GetTickCount

GetTickCount gibt die Zeitspanne vom Start von UniPlot bis zum Aufruf der Funktion in Millisekunden aus.

nTicks = GetTickCount()

Returnwert

nTicks ist die Zeitspanne vom Start von UniPlot bis zum Aufruf der Funktion in Millisekunden.

Beispiel

* printf("%f\n", GetTickCount());
43314765

id-549896