Skip to content

Assert.IsNaN

Charlie Poole edited this page Jan 31, 2016 · 5 revisions

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...

Clone this wiki locally