Method | Description | |
---|---|---|
Report ( double current ) : void |
Adds the current value to the statistics.
|
|
ReportAndGetSummary ( double current ) : string |
Adds the current value to the statistics and returns a summary of the current state.
|
|
Stats ( int expectedIterations, Formatter formatter, Formatter averageFormatter ) |
Initializes a new instance of the Stats class.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public Report ( double current ) : void | ||
current | double | The current value. |
return | void |
public ReportAndGetSummary ( double current ) : string | ||
current | double | The current value. |
return | string |
public Stats ( int expectedIterations, Formatter formatter, Formatter averageFormatter ) | ||
expectedIterations | int | The number of expected iterations. |
formatter | Formatter | The value formatter. |
averageFormatter | Formatter | The average value formatter. |