Click or drag to resize

BoundaryAdaptiveTimeSeriesEvaluatorGetPreferredTimeStep Method

Overload List
  NameDescription
Public methodGetPreferredTimeStep(DateTime, TimeSpan, TimeSpan, Double, Double, Double)
Get preferred time step, which should not vary more than maxRelChange within the given time step.
Public methodGetPreferredTimeStep(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.

(Inherited from BoundaryAdaptiveTimeEvaluator.)
Top
See Also