Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double StopTimer | Stops the timer with microsecond resolution. |
| 2 | Double StopTimer(Int64 timervar) | Stops the microsecond timer. |
Overload 1: Double StopTimer
Stops the timer with microsecond resolution.
Returns: Double
Remarks:
Call this procedure to stop measuring time. To begin call Dew.Math.Units.Math387.StartTimer. The result returned is time in seconds since the StartTimer routine was called.
Overload 2: Double StopTimer(Int64 timervar)
Stops the microsecond timer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | timervar | Int64 |
Returns: Double
Remarks:
Call this procedure to stop measuring time. To begin call Dew.Math.Units.Math387.StartTimer. The timervar must be the same as passed to the Dew.Math.Units.Math387.StartTimer routine. The result returned is time in seconds since the StartTimer routine was called.