Search Results for

    Show / Hide Table of Contents

    Struct Tolerance.Range

    Tolerance.Range represents the range of values that match a specific tolerance, when applied to a specific value.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public readonly struct Tolerance.Range

    Constructors

    View Source

    Range(object, object)

    Constructs a range

    Declaration
    public Range(object lowerBound, object upperBound)
    Parameters
    Type Name Description
    object lowerBound
    object upperBound

    Fields

    View Source

    LowerBound

    The lower bound of the range

    Declaration
    public readonly object LowerBound
    Field Value
    Type Description
    object
    View Source

    UpperBound

    The upper bound of the range

    Declaration
    public readonly object UpperBound
    Field Value
    Type Description
    object
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0