NUnit.Framework.Constraints.NaNConstraint
NaNConstraint tests that the actual value is a double or float NaN
namespace NUnit.Framework.Constraints
{
public class NaNConstraint : Constraint
{
public NaNConstraint();
}
}