BoundaryAdaptiveTimeSeriesEvaluator Class |
This class is intended for cases where only one value serie use this time axis.
Namespace: DHI.Mike1D.BoundaryModule
The BoundaryAdaptiveTimeSeriesEvaluator type exposes the following members.
Name | Description | |
---|---|---|
BoundaryAdaptiveTimeSeriesEvaluator |
Constructor
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_times | (Inherited from BoundaryAdaptiveTimeEvaluator.) |