Click or drag to resize

performanceTake Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy

Namespace:  imbACE.Core.data.measurement
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class performanceTake : IPerformanceTake
Request Example View Source

The performanceTake type exposes the following members.

Constructors
  NameDescription
Public methodperformanceTake
Initializes a new instance of the performanceTake class
Public methodperformanceTake(DateTime, Double, Double)
Initializes a new instance of the performanceTake class
Top
Properties
  NameDescription
Public propertyid
Public propertyidk
Public propertyPerMinuteFactor
Multiplier to convert reading into n per minute value. mK = 60 / secondsSinceLastTake
Public propertyreading
Primary reading value
Public propertysamplingTime
Time of take creation
Public propertysecondsSinceLastTake
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also