Class ExponentialMovingAverageParams
Parameters for the exponential moving average smoothing method in CounterConfiguration.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
Syntax
[Serializable]
public sealed class ExponentialMovingAverageParams
Properties
HalfLife
The half-life (in seconds) by which samples should decay. By default, this is set to one second.
Declaration
public double HalfLife { get; set; }
Property Value
Type | Description |
---|---|
double |