Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stability

A simple class to determine the stability of an ongoing sampling

Usage

var tempReading = new Stable();
while (!tempReading.IsStable)
{
  tempReading.AddSample(4);
}
return tempReading.StableAverage;

About

A simple class to determine the stability of an ongoing sampling

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages