MinimumOnSlidingWindowT Constructor |
Namespace: Altaxo.Collections.OperationsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MinimumOnSlidingWindow(
int numberOfItems,
T startValue
)
Parameters
- numberOfItems Int32
- The number of items N. The algorithm evaluates the minimum of the last N items that where added to this instance.
- startValue T
- The start value. This is the first entry to add to the instance. Thus, the MinimumValue always return a valid value.
See Also