DoubleExtensions Class |
Namespace: TestHelperExtensions
The DoubleExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetRandom(Double) |
Returns a random number less than the double value
and greater than or equal to 0
| |
| GetRandom(Double, Double) |
Returns a random number greater than or equal to the specified minValue and less than the maxValue
| |
| IsWiderThanRange |
Checks if the minValue and maxValue differ by more than
the specified maximum range.
|