프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Add ( double item ) : void | ||
item | double | The item to add to this collection. |
리턴 | void |