ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / Tally Class
Methods


In This Topic
    Tally Class Members
    In This Topic

    The following tables list the members exposed by Tally.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds an Expression to the Tally, updating the associated summary statistics.  
    Public MethodAdds a value to the Tally, updating the associated summary statistics.  
    Public MethodGets the average of the values in the Tally.  
    Public MethodGets the total count of values in the Tally.  
    Public MethodGets the maximum value in the Tally.  
    Public MethodGets the minimum value in the Tally.  
    Public MethodGets the range of values in the Tally (maximum minus minimum).  
    Public MethodGets the standard deviation of the values in the Tally.  
    Public MethodGets the population standard deviation of the values in the Tally.  
    Public MethodGets the sum of the values in the Tally.  
    Public MethodGets the variance of the values in the Tally.  
    Public MethodGets the population variance of the values in the Tally.  
    Top
    See Also