Class CompressedHistory
Compressed history for medium-term storage
public class CompressedHistory
- Inheritance
-
objectCompressedHistory
Constructors
CompressedHistory()
public CompressedHistory()
Properties
AverageDevelopment
public float AverageDevelopment { get; }
Property Value
- float
EventCount
public int EventCount { get; }
Property Value
- int
OwnershipChanges
public int OwnershipChanges { get; }
Property Value
- int
Methods
AddEvent(HistoricalEvent)
public void AddEvent(HistoricalEvent evt)
Parameters
evtHistoricalEvent
ClearOldest(int)
public void ClearOldest(int count)
Parameters
countint