C# Class BB.Caching.Redis.Statistics.Stats

A class to calculate various statistics and give access to some statistical information.
Afficher le fichier Open project: JesseBuesking/BB.Caching

Méthodes publiques

Méthode Description
Stats ( long numberOfValues, double sumOfValues, double sumOfValuesSquared, double minimum, double maximum ) : System

Initializes a new instance of the Stats class.

ToString ( ) : string

The to string.

Method Details

Stats() public méthode

Initializes a new instance of the Stats class.
public Stats ( long numberOfValues, double sumOfValues, double sumOfValuesSquared, double minimum, double maximum ) : System
numberOfValues long /// The number of values. ///
sumOfValues double /// The sum of values. ///
sumOfValuesSquared double /// The sum of values squared. ///
minimum double /// The minimum. ///
maximum double /// The maximum. ///
Résultat System

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string