Search Results for

    Show / Hide Table of Contents

    Class IntNumberGrammarRange

    Inheritance
    Object
    IntNumberGrammarRange
    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 IntNumberGrammarRange

    Constructors

    IntNumberGrammarRange()

    Declaration
    public IntNumberGrammarRange()

    Properties

    LowerBound

    Declaration
    public int LowerBound { get; set; }
    Property Value
    Type Description
    Int32

    RangeTransforms

    Declaration
    public List<RangeTransform> RangeTransforms { get; set; }
    Property Value
    Type Description
    List<RangeTransform>

    UpperBound

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

    Methods

    IsInRange(Int32)

    Declaration
    public bool IsInRange(int i)
    Parameters
    Type Name Description
    Int32 i
    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