FloatingPointAssertions<T>.NotBeInfinity Method
Definition
Asserts that the floating-point value is not positive or negative infinity.
public FloatingPointAssertionsChain<T> NotBeInfinity();
Returns
FloatingPointAssertionsChain<T>
A FloatingPointAssertionsChain<T> for chaining further assertions.