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
    public double LowerBound { get; set; }
    Property Value
    Type Description
    Double

    UpperBound

    Declaration
    public double? UpperBound { get; set; }
    Property Value
    Type Description
    Nullable<Double>

    Methods

    IsInRange(Double)

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    System.Object.ToString()
    In this article
    Back to top Generated by DocFX