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