Overload | Description |
---|---|
NotBeNaN(NumericAssertions<Single>,String,Object[]) | Asserts that the number is not seen as the special value not a number (NaN). |
NotBeNaN(NumericAssertions<Double>,String,Object[]) | Asserts that the number is not seen as the special value not a number (NaN). |
NotBeNaN(NullableNumericAssertions<Single>,String,Object[]) | Asserts that the number is not seen as the special value not a number (NaN). |
NotBeNaN(NullableNumericAssertions<Double>,String,Object[]) | Asserts that the number is not seen as the special value not a number (NaN). |