Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: T read(T)

  • 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

Tadd A length of time to be added to the actual time elapsed since the last call to Tmr<T>.zero().