Click or drag to resize

DiagnosticSampler Class

A record that calculates the min, max, and average from integer samples.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDiagnosticSampler

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DiagnosticSampler type exposes the following members.

Constructors
  NameDescription
Public methodDiagnosticSampler
Creates a new instance of the DiagnosticRecord.
Public methodDiagnosticSampler(Int32)
Creates a new instance of the DiagnosticRecord.
Top
Properties
  NameDescription
Public propertyAverage
Gets the average of all samples.
Public propertyCount
Gets how many samples this record has used.
Public propertyLastValue
Gets the value of the last sample recorded.
Public propertyMax
Gets the maximum sample ever recorded.
Public propertyMin
Gets the minimum sample ever recorded.
Public propertySamplesInAverage
Gets how many samples are included in the average.
Top
Methods
  NameDescription
Public methodAddSample
Adds a new sample to the calculation.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also