Class RateTimer
A rate timer for calculating the frequency of something.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Diagnostics
Assembly: FM.LiveSwitch.dll
Syntax
public class RateTimer : Timer
Properties
HasData
Gets whether this timer has data or not.
Declaration
public override bool HasData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
AddTick()
Adds a sample.
Declaration
public void AddTick()
GetStats()
Gets the current stats for this timer.
Declaration
public override string GetStats()
Returns
Type | Description |
---|---|
System.String |