Class Tick
Timer tick helper functions for Mechatronics.SystemGraph Give time resolution ticks down to the nanosecond
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class Tick
Methods
Name | Description |
---|---|
Elapsed(ulong, ulong, ulong) | Test for time elapsed between Now and Last timer value for a given delay |
Ms() | Returns the current millisecond tick time |
Ns() | Returns the current nanosecond tick time |
Us() | Returns the current microsecond tick time |