Overload | Description |
---|---|
NotBeApproximately(NullableNumericAssertions<Single>,Single,Single,String,Object[]) | Asserts a floating point value does not approximate another value by a given amount. |
NotBeApproximately(NullableNumericAssertions<Single>,Nullable<Single>,Single,String,Object[]) | Asserts a floating point value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null. |
NotBeApproximately(NumericAssertions<Single>,Single,Single,String,Object[]) | Asserts a floating point value does not approximate another value by a given amount. |
NotBeApproximately(NullableNumericAssertions<Double>,Double,Double,String,Object[]) | Asserts a double value does not approximate another value by a given amount. |
NotBeApproximately(NullableNumericAssertions<Double>,Nullable<Double>,Double,String,Object[]) | Asserts a double value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null. |
NotBeApproximately(NumericAssertions<Double>,Double,Double,String,Object[]) | Asserts a double value does not approximate another value by a given amount. |
NotBeApproximately(NullableNumericAssertions<Decimal>,Decimal,Decimal,String,Object[]) | Asserts a decimal value does not approximate another value by a given amount. |
NotBeApproximately(NullableNumericAssertions<Decimal>,Nullable<Decimal>,Decimal,String,Object[]) | Asserts a decimal value does not approximate another value by a given amount. Throws if both subject and unexpectedValue are null. |
NotBeApproximately(NumericAssertions<Decimal>,Decimal,Decimal,String,Object[]) | Asserts a decimal value does not approximate another value by a given amount. |