EngineTimeSteppingConstant Constructor |
Create a new time stepping object using the provided time step
as the constant timestep
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public EngineTimeSteppingConstant(
TimeSpan timeStep
)
Parameters
- timeStep
- Type: SystemTimeSpan
Constant time step to use
See Also