Class DoubleStats
- Namespace
- Netick
- Assembly
- Netick.dll
- Inheritance
-
DoubleStats
- Inherited Members
-
Constructors
DoubleStats(int)
public DoubleStats(int windowSize = 128)
Parameters
windowSize
int
Properties
Average
public double Average { get; }
Property Value
- double
Latest
public double Latest { get; }
Property Value
- double
Max
public double Max { get; }
Property Value
- double
Min
public double Min { get; }
Property Value
- double
StdDeviation
public double StdDeviation { get; }
Property Value
- double
Methods
Reset()
Update(double)
public void Update(double value)
Parameters
value
double