RateCounterWindowSize Property

CVB.Net Documentation
Currently used averaging window size.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public int WindowSize { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the value to be set exceeds the range [MinimumWindowSize...MaximumWindowSize].
See Also

Reference