HeatData
A data object that contains a history of heat data for one process step.
Constructors
Description | Type |
---|---|
Constructs a new instance of the HeatData class | ( |
Methods
Name | Description | Type |
---|---|---|
addValues | Adds the given value for a given time span. This is used internally to set up the heat data. | ( |
getMaxValue | Returns the maximum heat value over the whole time span that is covered by this HeatData. | () => number |
getValue | Returns the heat value at a specific timestamp. | ( |