Class OperationStatistics
- Namespace
- MoonBark.GridPlacement.Godot.Infrastructure
- Assembly
- MoonBark.GridPlacement.Godot.dll
Statistics for repeated operations.
public class OperationStatistics
- Inheritance
-
OperationStatistics
- Inherited Members
Properties
Average
public double Average { get; set; }
Property Value
Count
public int Count { get; set; }
Property Value
Max
public long Max { get; set; }
Property Value
Median
public double Median { get; set; }
Property Value
Min
public long Min { get; set; }
Property Value
Total
public long Total { get; set; }