EqualConstraint.Within(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag the constraint to use a tolerance when determining equality.
public NUnit.Framework.Constraints.EqualConstraint Within (object amount);
member this.Within : obj -> NUnit.Framework.Constraints.EqualConstraint
Parameters
- amount
- Object
Tolerance value to be used
Returns
Self.