C# Class OpenSpacePlanner.AverageSumDouble

ファイルを表示 Open project: AlexZeitler/OpenSpacePlanner

Public Methods

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

Method Details

AverageSumDouble() public method

public AverageSumDouble ( int count = DefaultCount )
count int

GetAverageValue() public method

public GetAverageValue ( double newValue ) : double
newValue double
return double

Reset() public method

public Reset ( ) : void
return void

SetAverageCount() public method

public SetAverageCount ( int newCount ) : void
newCount int
return void