For a list of all members of this type, see SummaryCalculator members.
Name | Description | |
---|---|---|
![]() | Aggregate | Processes individual items to produce a summary result. |
![]() | BeginCalculation | Starts the summary calculation. |
![]() | EndCalculation | Ends the summary calculation and returns the result. |
![]() | GetResults | Ends the calculation and retreives the results. |
![]() | ItemAdded | Notifies when an item is added to the data source so the summary result can be updated. |
![]() | ItemRemoved | Notifies when an item is removed from the data source so the summary result can be updated. |
Name | Description | |
---|---|---|
![]() | GetExpectedTypeFromDouble | Converts the double value into the expected type the summary expects. |
![]() | GetItemAsDouble | Gets the property value from an item and casts it to a double. |
![]() | GetValueAsDouble | Gets a value as a double if possible. |