FrequencyPair Members

Include Protected Members
Include Inherited Members

The FrequencyPair object is a utility that measures frequency by storing count and duration information.

The FrequencyPair type exposes the following members.

Constructors

  Name Description
Public method FrequencyPair() Initializes a new instance of the FrequencyPair class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of events that have occurred during a specified period.
Public property Duration Gets the specified time period during which the number of events is counted.

Top