CommsMath MembersNetworkComms.Net Help
The CommsMath type exposes the following members.
Constructors

  NameDescription
Public methodCommsMath 
Create a new empty instance of CommsMath
Public methodCommsMath(List Double , List Double )
Create a new empty instance of CommsMath
Back to Top
Methods

  NameDescription
Public methodAddValue(Double)
Add a new value to the internal list
Public methodAddValue(Double, Double)
Add a new value to the internal list
Public methodCalculateMean 
Return the mean of the current list.
Public methodStatic memberCalculateMean(List Double )
Return the mean of the provided list of values
Public methodCalculateMean(Int32)
Return the mean of the current list.
Public methodStatic memberCalculateMean(List Double , List Double )
Return the mean of the provided list of values
Public methodCalculateStdDeviation 
Return the standard deviation of the current list.
Public methodStatic memberCalculateStdDeviation(List Double )
Return the standard deviation of the provided list of values
Public methodCalculateStdDeviation(Int32)
Return the standard deviation of the current list.
Public methodStatic memberCalculateStdDeviation(List Double , List Double )
Return the standard deviation of the provided list of values
Public methodClearList
Reset the value list
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTrimList
Trims the list to the provided maxCount. The most recently added items are preserved.
Back to Top
Properties

  NameDescription
Public propertyCount
Returns the number of values in this object
Back to Top
See Also