Skip to content

Assert.IsNaN

jnm2 edited this page Mar 18, 2017 · 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