FloatingPointAssertions<T>.NotBeNaN Method
Definition
Asserts that the floating-point value is not NaN (not a number).
public FloatingPointAssertionsChain<T> NotBeNaN();
Returns
FloatingPointAssertionsChain<T>
A FloatingPointAssertionsChain<T> for chaining further assertions.