Class DoubleTotalSummary
This class is used to compute the sum of double or integer values.
Implements
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class DoubleTotalSummary : SummaryBase, IAdjustable
Constructors
DoubleTotalSummary()
Declaration
public DoubleTotalSummary()
Methods
AdjustForNewContribution(Object)
Gets to adjust for the new value.
Declaration
public void AdjustForNewContribution(object newContribution)
Parameters
Type | Name | Description |
---|---|---|
System.Object | newContribution | Object |
AdjustForOldContribution(Object)
Gets to adjust for the old value.
Declaration
public void AdjustForOldContribution(object oldContribution)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldContribution | Object |
Combine(Object)
Combines different values together.
Declaration
public override void Combine(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Overrides
CombineSummary(SummaryBase)
Combines different summaries into one.
Declaration
public override void CombineSummary(SummaryBase other)
Parameters
Type | Name | Description |
---|---|---|
SummaryBase | other | SummaryBase |
Overrides
GetInstance()
Returns the instance of type DoubleTotalSummary.
Declaration
public override SummaryBase GetInstance()
Returns
Type | Description |
---|---|
SummaryBase | DoubleTotalSummary |
Overrides
GetResult()
Obtains the sum/total value.
Declaration
public override object GetResult()
Returns
Type | Description |
---|---|
System.Object | Sum/total value. |
Overrides
Reset()
Resets the value of the variables.
Declaration
public override void Reset()
Overrides
ToString()
Returns the string for the concerned data.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | string |