BoundaryAdaptiveTimeSeriesEvaluatorGetPreferredTimeStep Method |
Name | Description | |
---|---|---|
GetPreferredTimeStep(DateTime, TimeSpan, TimeSpan, Double, Double, Double) |
Get preferred time step, which should not vary more than
maxRelChange within the given time step.
| |
GetPreferredTimeStep(IReadOnlyListDouble, DateTime, TimeSpan, TimeSpan, Double, Double, Double) |
Get preferred time step, where values should not vary more than
maxRelChange within the given time step.
(Inherited from BoundaryAdaptiveTimeEvaluator.)Variation is measured as the difference from any value to the linearly interpolated value from start start + curDt this method returns the preferred time step where variation is at most maxRelChange. |