C# Class AK.F1.Timing.Model.Collections.DoubleCollectionModel

Inheritance: ModelBase
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description
ComputeDeltaType DeltaType
ResetStatistics void
Sqr double
UpdateCount void
UpdateCurrent void
UpdateDeltaType void
UpdateMaximum void
UpdateMean void
UpdateMinimum void
UpdateRange void
UpdateStandardDeviation void
UpdateStatistics void

Méthodes publiques

Méthode Description
Add ( double item ) : void

Adds the specified item to this collection.

DoubleCollectionModel ( ) : System

Initialises a new instance of the DoubleCollectionModel class.

Reset ( ) : void

Resets this collection model.

Private Methods

Méthode Description
ComputeDeltaType ( double previousItem, double newItem ) : DeltaType
ResetStatistics ( ) : void
Sqr ( double d ) : double
UpdateCount ( ) : void
UpdateCurrent ( ) : void
UpdateDeltaType ( double item ) : void
UpdateMaximum ( double item ) : void
UpdateMean ( double item ) : void
UpdateMinimum ( double item ) : void
UpdateRange ( ) : void
UpdateStandardDeviation ( double item ) : void
UpdateStatistics ( double item ) : void

Method Details

Add() public méthode

Adds the specified item to this collection.
/// When when is not a number. ///
public Add ( double item ) : void
item double The item to add to this collection.
Résultat void

DoubleCollectionModel() public méthode

Initialises a new instance of the DoubleCollectionModel class.
public DoubleCollectionModel ( ) : System
Résultat System

Reset() public méthode

Resets this collection model.
public Reset ( ) : void
Résultat void