Math387.StopTimer Method

Overload List

#SignatureDescription
1Double StopTimerStops the timer with microsecond resolution.
2Double 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.

#NameTypeDescription
1timervarInt64

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.