Class StandardDeviationBounds
Inheritance
StandardDeviationBounds
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
|
Edit this page
View Source
LowerPopulation
Declaration
[DataMember(Name = "lower_population")]
public double? LowerPopulation { get; set; }
Property Value
|
Edit this page
View Source
LowerSampling
Declaration
[DataMember(Name = "lower_sampling")]
public double? LowerSampling { get; set; }
Property Value
|
Edit this page
View Source
Upper
Declaration
[DataMember(Name = "upper")]
public double? Upper { get; set; }
Property Value
|
Edit this page
View Source
UpperPopulation
Declaration
[DataMember(Name = "upper_population")]
public double? UpperPopulation { get; set; }
Property Value
|
Edit this page
View Source
UpperSampling
Declaration
[DataMember(Name = "upper_sampling")]
public double? UpperSampling { get; set; }
Property Value
Extension Methods