Search Results for

    Show / Hide Table of Contents

    Class DoubleNumberGrammarRange

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

    Constructors

    DoubleNumberGrammarRange()

    Declaration
    public DoubleNumberGrammarRange()

    Properties

    LowerBound

    Declaration
    public double LowerBound { get; set; }
    Property Value
    Type Description
    System.Double

    UpperBound

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

    Methods

    IsInRange(Double)

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • DoubleNumberGrammarRange()
    • Properties
      • LowerBound
      • UpperBound
    • Methods
      • IsInRange(Double)
      • ToString()
    Back to top Generated by DocFX