Search Results for

    Show / Hide Table of Contents

    Class CodeRecognizer.Bounds

    Inheritance
    Object
    CodeRecognizer.Bounds
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class Bounds

    Fields

    lowerBound

    Declaration
    public int lowerBound
    Field Value
    Type Description
    Int32

    upperBound

    Declaration
    public int upperBound
    Field Value
    Type Description
    Int32

    Methods

    Contains(Int32)

    Declaration
    public bool Contains(int value)
    Parameters
    Type Name Description
    Int32 value
    Returns
    Type Description
    Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.