BoundaryAdaptiveTimeSeriesEvaluatorGetPreferredTimeStep Method

Overload List

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.

Variation is measured as the difference from any value to the linearly interpolated value from start to start + curDt.

this method returns the preferred time step where variation is at most maxRelChange.

See Also