Class HistoryStatistics
Long-term statistical summary
public class HistoryStatistics
- Inheritance
-
objectHistoryStatistics
Properties
AverageDevelopment
public float AverageDevelopment { get; set; }
Property Value
- float
SampleCount
public int SampleCount { get; }
Property Value
- int
TotalOwnershipChanges
public int TotalOwnershipChanges { get; set; }
Property Value
- int
Methods
UpdateAverageDevelopment(float, int)
public void UpdateAverageDevelopment(float newAverage, int newSampleCount)
Parameters
newAveragefloatnewSampleCountint