Метод | Описание | |
---|---|---|
IsCloseTo ( this |
Determines wehther the actual number is close to an expected value within a given within.
|
|
IsFinite ( this |
Determines whether the specified number evaluates to a value that is finite (i.e. not infinity).
|
|
IsNaN ( this |
Determines whether the specified number evaluates to a value that is not a number (NaN).
|
public static IsCloseTo ( this |
||
check | this |
The fluent check to be extended. |
expected | Double | The expected value. |
within | Double | The within. |
Результат | ICheckLink |
public static IsFinite ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |
public static IsNaN ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |