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
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrimList |
Trims the list to the provided maxCount. The most recently added items are preserved.
|
See Also