UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

MinMaxAvr Members

The MinMaxAvr type exposes the following members.

Constructors


  Name Description
Public method MinMaxAvr
Initializes a new instance of the MinMaxAvr class.

Methods


  Name Description
Public method Equals(System.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
Returns a String that represents the current Object.

Properties


  Name Description
Public property Add
adds value to be counted as min, max, average
Public property Avr
Gets the average value
Public property Max
Gets the maximum value
Public property Min
Gets the minimum value

Events


  Name Description
Public event MarkNewVal
Occurs when new value is calculated.