Search Results for

    Show / Hide Table of Contents

    Class DoubleRange

    Inheritance
    object
    DoubleRange
    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
    public class DoubleRange

    Properties

    | Edit this page View Source

    GreaterThan

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

    GreaterThanOrEqualTo

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

    LessThan

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

    LessThanOrEqualTo

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • GreaterThan
      • GreaterThanOrEqualTo
      • LessThan
      • LessThanOrEqualTo
    • Extension Methods
    Back to top Generated by DocFX