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