Assert.IsNaN - samuelneff/docs GitHub Wiki

Assert.IsNaN tests that the specified double value is NaN.

Assert.IsNaN( double aDouble );
Assert.IsNaN( double aDouble, string message, params object[] parms );

####See also...

⚠️ **GitHub.com Fallback** ⚠️