Compartir a través de


FrequencyPair Miembros

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

El tipo FrequencyPair expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico FrequencyPair Initializes a new instance of the FrequencyPair class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of events that have occurred during a specified period.
Propiedad pública Duration Gets the specified time period during which the number of events is counted.

Principio