ToleranceMode
Modes in which the tolerance value for a comparison can be interpreted.
namespace NUnit.Framework.Constraints
{
public enum ToleranceMode
{
Unset,
Linear,
Percent,
Ulps
}
}