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