Table of Contents

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

lowerBound object
upperBound object

Fields

LowerBound

The lower bound of the range

public readonly object LowerBound

Field Value

object

UpperBound

The upper bound of the range

public readonly object UpperBound

Field Value

object