Search Results for

    Show / Hide Table of Contents

    Class StandardDeviationBounds

    Inheritance
    object
    StandardDeviationBounds
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class StandardDeviationBounds

    Properties

    | Edit this page View Source

    Lower

    Declaration
    [DataMember(Name = "lower")]
    public double? Lower { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    LowerPopulation

    Declaration
    [DataMember(Name = "lower_population")]
    public double? LowerPopulation { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    LowerSampling

    Declaration
    [DataMember(Name = "lower_sampling")]
    public double? LowerSampling { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Upper

    Declaration
    [DataMember(Name = "upper")]
    public double? Upper { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    UpperPopulation

    Declaration
    [DataMember(Name = "upper_population")]
    public double? UpperPopulation { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    UpperSampling

    Declaration
    [DataMember(Name = "upper_sampling")]
    public double? UpperSampling { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Lower
      • LowerPopulation
      • LowerSampling
      • Upper
      • UpperPopulation
      • UpperSampling
    • Extension Methods
    Back to top Generated by DocFX