Метод | Описание | |
---|---|---|
IsNegativeOrZero ( this |
Checks that the actual value is negative or equal to zero.
|
|
IsPositiveOrZero ( this |
Checks that the actual value is positive or equal to zero.
|
|
IsStrictlyNegative ( this |
Checks that the actual value is strictly negative.
|
|
IsStrictlyPositive ( this |
Checks that the actual value is strictly positive.
|
Метод | Описание | |
---|---|---|
IsNegative ( this |
||
IsPositive ( this |
public static IsNegativeOrZero ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |
public static IsPositiveOrZero ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |
public static IsStrictlyNegative ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |
public static IsStrictlyPositive ( this |
||
check | this |
The fluent check to be extended. |
Результат | ICheckLink |