Class CodeRecognizer.Bounds
Inherited Members
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 |