Minimum |
public class MinimumOnSlidingWindow<T>
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Collections.Operations.MinimumOnSlidingWindow`1"]
The MinimumOnSlidingWindowT type exposes the following members.
Name | Description | |
---|---|---|
MinimumOnSlidingWindowT | Initializes a new instance of the MinimumOnSlidingWindowT class. |
Name | Description | |
---|---|---|
MinimumValue | Gets the current minimum value of the window. |
Name | Description | |
---|---|---|
Add | Adds the specified value to the window, and removes the item that is now expired from the window. | |
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) | |
GetSlidingMinimum | Gets the sliding minimum of an enumeration. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Remove | Removes the expired element from this window. Note: normally this is done when you use the Add(T) function, thus there is no need to call this function separately. When the minimum item is the item that is expired now, then this function will remove this item from the collection and sets the current minimum to the next greater item. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |