menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StdDevP - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StdDevP

    Displays the standard deviation population of given values

    Inheritance
    System.Object
    SummaryBase
    StdDevP
    Inherited Members
    SummaryBase.ShowNullAsBlank
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public class StdDevP : SummaryBase

    Constructors

    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

    The value is passed to combine.

    Overrides
    SummaryBase.Combine(Object)

    CombineSummary(SummaryBase)

    Combines the different summaries together.

    Declaration
    public override void CombineSummary(SummaryBase other)
    Parameters
    Type Name Description
    SummaryBase other

    The value is passed to combine.

    Overrides
    SummaryBase.CombineSummary(SummaryBase)

    GetInstance()

    Returns the instance of type StDevP.

    Declaration
    public override SummaryBase GetInstance()
    Returns
    Type
    SummaryBase
    Overrides
    SummaryBase.GetInstance()

    GetResult()

    Obtains the standard deviation population value.

    Declaration
    public override object GetResult()
    Returns
    Type
    System.Object
    Overrides
    SummaryBase.GetResult()

    Reset()

    Resets the value of the variables.

    Declaration
    public override void Reset()
    Overrides
    SummaryBase.Reset()

    ToString()

    Converts data to string.

    Declaration
    public override string ToString()
    Returns
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved