Namespace:
DHI.Mike1D.Generic.TimeSeries
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic interface ITsItemData<T> : ITsItemData
Type Parameters
- T
The ITsItemDataT type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | GetAccumulatedValue(DateTime, DateTime) | |
 | GetAccumulatedValue(DateTime, DateTime, Int32) | |
 | GetData | |
 | GetMaxValue(DateTime, DateTime) | |
 | GetMaxValue(DateTime, DateTime, Int32) | |
 | GetMeanValue(DateTime, DateTime) | |
 | GetMeanValue(DateTime, DateTime, Int32) | |
 | GetMinValue(DateTime, DateTime) | |
 | GetMinValue(DateTime, DateTime, Int32) | |
 | GetValue(DateTime) | |
 | GetValue(DateTime, Int32) | |
Top
See Also