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