Version 24.2 (latest)

SummaryCalculator Class Methods

For a list of all members of this type, see SummaryCalculator members.

Public Methods
 NameDescription
Public MethodAggregateProcesses individual items to produce a summary result.  
Public MethodBeginCalculationStarts the summary calculation.  
Public MethodEndCalculationEnds the summary calculation and returns the result.  
Public MethodGetResultsEnds the calculation and retreives the results.  
Public MethodItemAddedNotifies when an item is added to the data source so the summary result can be updated.  
Public MethodItemRemovedNotifies when an item is removed from the data source so the summary result can be updated.  
Protected Methods
 NameDescription
Protected MethodGetExpectedTypeFromDoubleConverts the double value into the expected type the summary expects.  
Protected MethodGetItemAsDoubleGets the property value from an item and casts it to a double.  
Protected MethodGetValueAsDoubleGets a value as a double if possible.  
See Also