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