C# Class OpenSpacePlanner.AverageSumDouble

Afficher le fichier Open project: AlexZeitler/OpenSpacePlanner

Méthodes publiques

Méthode Description
AverageSumDouble ( int count = DefaultCount )
GetAverageValue ( double newValue ) : double
Reset ( ) : void
SetAverageCount ( int newCount ) : void

Method Details

AverageSumDouble() public méthode

public AverageSumDouble ( int count = DefaultCount )
count int

GetAverageValue() public méthode

public GetAverageValue ( double newValue ) : double
newValue double
Résultat double

Reset() public méthode

public Reset ( ) : void
Résultat void

SetAverageCount() public méthode

public SetAverageCount ( int newCount ) : void
newCount int
Résultat void