- Declared in: RT.Util.Tmr<T>
- Abstract
Declaration
protected abstract T read(
T add
)
Summary
Expected to return the amount of time elapsed since the last call to
Tmr<T>.zero(), plus the specified
additional amount of time.
Parameters
T | add |
A length of time to be added to the actual time elapsed since the last call to Tmr<T>.zero(). |