The CommsMath type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddValue(Double) |
Add a new value to the internal list
| |
| AddValue(Double, Double) |
Add a new value to the internal list
| |
| CalculateMean |
Return the mean of the current list.
| |
| CalculateMean(List Double ) |
Return the mean of the provided list of values
| |
| CalculateMean(Int32) |
Return the mean of the current list.
| |
| CalculateMean(List Double , List Double ) |
Return the mean of the provided list of values
| |
| CalculateStdDeviation |
Return the standard deviation of the current list.
| |
| CalculateStdDeviation(List Double ) |
Return the standard deviation of the provided list of values
| |
| CalculateStdDeviation(Int32) |
Return the standard deviation of the current list.
| |
| CalculateStdDeviation(List Double , List Double ) |
Return the standard deviation of the provided list of values
| |
| ClearList |
Reset the value list
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| TrimList |
Trims the list to the provided maxCount. The most recently added items are preserved.
|
See Also