Struct Tolerance.Range
Tolerance.Range represents the range of values that match a specific tolerance, when applied to a specific value.
Inherited Members
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public readonly struct Tolerance.Range
Constructors
View SourceRange(object, object)
Constructs a range
Declaration
public Range(object lowerBound, object upperBound)
Parameters
Type | Name | Description |
---|---|---|
object | lowerBound | |
object | upperBound |
Fields
View SourceLowerBound
The lower bound of the range
Declaration
public readonly object LowerBound
Field Value
Type | Description |
---|---|
object |
UpperBound
The upper bound of the range
Declaration
public readonly object UpperBound
Field Value
Type | Description |
---|---|
object |