Fluent Assertions Documentation
FluentAssertions Namespace / NumericAssertionsExtensions Class / NotBeApproximately Method
In This Topic
    NotBeApproximately Method
    In This Topic
    Asserts a floating point value does not approximate another value by a given amount.
    Overload List
    OverloadDescription
    Asserts a floating point value does not approximate another value by a given amount.  
    Asserts a floating point value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null.  
    Asserts a floating point value does not approximate another value by a given amount.  
    Asserts a double value does not approximate another value by a given amount.  
    Asserts a double value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null.  
    Asserts a double value does not approximate another value by a given amount.  
    Asserts a decimal value does not approximate another value by a given amount.  
    Asserts a decimal value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null.  
    Asserts a decimal value does not approximate another value by a given amount.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also