Search Results for

    Show / Hide Table of Contents

    Class DoubleNumberGrammarRange

    Inheritance
    object
    DoubleNumberGrammarRange
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.NumberMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class DoubleNumberGrammarRange

    Constructors

    DoubleNumberGrammarRange()

    Declaration
    public DoubleNumberGrammarRange()

    Properties

    LowerBound

    Declaration
    [JsonProperty("lower")]
    public double LowerBound { get; set; }
    Property Value
    Type Description
    double

    UpperBound

    Declaration
    [JsonProperty("upper")]
    public double? UpperBound { get; set; }
    Property Value
    Type Description
    double?

    Methods

    IsInRange(double)

    Declaration
    public bool IsInRange(double d)
    Parameters
    Type Name Description
    double d
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    • Constructors
      • DoubleNumberGrammarRange()
    • Properties
      • LowerBound
      • UpperBound
    • Methods
      • IsInRange(double)
      • ToString()
    Back to top Generated by DocFX