FloatingPointAssertions<T> Constructors
Provides assertions for floating-point values.
public FloatingPointAssertions(T value);
Parameters
| Name | Type | Description |
|---|---|---|
value |
T |
The value to assert on. |
Provides assertions for floating-point values.
public FloatingPointAssertions(T value);
| Name | Type | Description |
|---|---|---|
value |
T |
The value to assert on. |