Struct RecordValue
Represents a record value.
public struct RecordValue
  - Inherited Members
 
Constructors
RecordValue(DateTime, double)
Initializes a new instance of the RecordValue struct.
public RecordValue(DateTime timeStamp, double value)
  Parameters
Properties
TimeStamp
Gets the time stamp.
public DateTime TimeStamp { get; }
  Property Value
Value
Gets the value. Usually unscaled and unadjusted.
public double Value { get; }