NumericBound(bool)
Initializes a new instance of the NumericBound class.
Declaration
protected NumericBound(bool isAllowed)Parameters
| Type | Name | Description |
|---|---|---|
| bool | isAllowed | A value indicating whether the bound value itself is allowed (inclusive) or not (exclusive). |
NumericBound(NumericBound)
Declaration
protected NumericBound(NumericBound original)Parameters
| Type | Name | Description |
|---|---|---|
| NumericBound | original |