FloatingPointAssertionsChain<T> Struct
Definition
Enables chaining of assertions on a floating-point value after a successful assertion.
public sealed struct FloatingPointAssertionsChain<T>
where T : struct, IFloatingPoint<T>
Type Parameters
| Name | Description |
|---|---|
| T | The floating-point type of the value being asserted on. |
Constructors
| Name | Description |
|---|---|
| FloatingPointAssertionsChain(FloatingPointAssertions<T>) | Enables chaining of assertions on a floating-point value after a successful assertion. |
Properties
| Name | Description |
|---|---|
| And | Gets the assertions object for chaining further assertions. |
| Value | Gets the floating-point value being asserted on. |