Table of Contents

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

double

Count

public int Count { get; set; }

Property Value

int

Max

public long Max { get; set; }

Property Value

long

Median

public double Median { get; set; }

Property Value

double

Min

public long Min { get; set; }

Property Value

long

Total

public long Total { get; set; }

Property Value

long