C# 클래스 AK.F1.Timing.Model.Collections.DoubleCollectionModel

상속: ModelBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ComputeDeltaType DeltaType
ResetStatistics void
Sqr double
UpdateCount void
UpdateCurrent void
UpdateDeltaType void
UpdateMaximum void
UpdateMean void
UpdateMinimum void
UpdateRange void
UpdateStandardDeviation void
UpdateStatistics void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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.
리턴 void

DoubleCollectionModel() 공개 메소드

Initialises a new instance of the DoubleCollectionModel class.
public DoubleCollectionModel ( ) : System
리턴 System

Reset() 공개 메소드

Resets this collection model.
public Reset ( ) : void
리턴 void