RollingStat Class
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
Represents a rolling series of numbers.
public class RollingStat
Inherited Members
Constructors
| RollingStat(int) | Initializes the stat. |
Properties
| Mean | The mean of the stat's values. |
| StandardDev | The standard deviation of the stat's values. |
| Variance | The variance of the stat's values. |
Methods
| Add(double) | Adds a new value to the stat. |
| ToString() |