System.Beacon.TMeanCalculator Methods
InheritedProtected
| AddGetValue | public | Calculates a stabilized value from the array of T and returns the calculated value. |
| Create | public | Creates an instance of TMeanCalculator. |
| Get | public | Returns a calculated stabilized value as T. |
| GetAsDouble | public | Returns a calculated stabilized value as a Double. |
| GetAsInteger | public | Returns a calculated stabilized value as an Integer. |
| GetLast | public | Returns the last value that was added to the array of T. |
| GetMedianAsDouble | public | Calculates the median value of the array of T and returns the calculated value. |
| GetMedianAsInteger | public | Calculates the median value of the array of T and returns the calculated value. |
| IsEmpty | public | Returns a Boolean that indicates whether the array of T is empty. |
| Reset | public | Empties the array of T that you created in the constructor. |