Class StdDevP
Displays the standard deviation population of given values
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class StdDevP : SummaryBaseConstructors
StdDevP()
Declaration
public StdDevP()Methods
Combine(Object)
Combines the different values together.
Declaration
public override void Combine(object other)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | other | 
Overrides
CombineSummary(SummaryBase)
Combines the different summaries together.
Declaration
public override void CombineSummary(SummaryBase other)Parameters
| Type | Name | Description | 
|---|---|---|
| SummaryBase | other | 
Overrides
GetInstance()
Returns the instance of type StDevP.
Declaration
public override SummaryBase GetInstance()Returns
| Type | 
|---|
| SummaryBase | 
Overrides
GetResult()
Obtains the standard deviation population value.
Declaration
public override object GetResult()Returns
| Type | 
|---|
| System.Object | 
Overrides
Reset()
Resets the value of the variables.
Declaration
public override void Reset()Overrides
ToString()
Converts data to string.
Declaration
public override string ToString()Returns
| Type | 
|---|
| System.String |