EngineTimeSteppingTabulated Constructor |
Create a new tabulated time stepping class.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public EngineTimeSteppingTabulated(
TsItemDataDouble tabulatedTsItem
)
Public Sub New (
tabulatedTsItem As TsItemDataDouble
)
public:
EngineTimeSteppingTabulated(
TsItemDataDouble^ tabulatedTsItem
)
Parameters
- tabulatedTsItem
- Type: TsItemDataDouble
Time series to get time step from
See Also