Table of Contents

Class HistoryStatistics

Namespace
Core.Data
Assembly
Core.dll

Long-term statistical summary

public class HistoryStatistics
Inheritance
object
HistoryStatistics

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

newAverage float
newSampleCount int