`
Search Results for

    Show / Hide Table of Contents

    Assert.IsNaN

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

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

    See Also

    • Condition Constraints
    • Improve this Doc
    In This Article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0