| 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 this method returns the preferred time step where variation is at most maxRelChange. |