The CommsMath type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | CommsMath |
Create a new empty instance of CommsMath
|
![]() | CommsMath(List Double , List Double ) |
Create a new empty instance of CommsMath
|
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.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of values in this object
|
See Also