Class FloatStats
- Namespace
- Netick
- Assembly
- Netick.dll
public class FloatStats
- Inheritance
-
FloatStats
- Inherited Members
Constructors
FloatStats(int, float, bool)
public FloatStats(int windowSize = 128, float warningThreshold = Infinity, bool lowIsBetter = true)
Parameters
Properties
Average
public float Average { get; }
Property Value
Data
public CircularList<float> Data { get; }
Property Value
Latest
public float Latest { get; }
Property Value
Max
public float Max { get; }
Property Value
Min
public float Min { get; }
Property Value
StdDeviation
public float StdDeviation { get; }
Property Value
StdDeviation2
public float StdDeviation2 { get; }
Property Value
WarningThreshold
public float WarningThreshold { get; }
Property Value
Methods
GetData()
public CircularList<float> GetData()
Returns
IsHealthy()
public bool IsHealthy()
Returns
Reset()
public void Reset()
Update(float)
public void Update(float value)
Parameters
valuefloat