RangeConstraint Constructor |
Name | Description | |
---|---|---|
![]() | RangeConstraint() |
Initializes a new instance with default values.
|
![]() | RangeConstraint(Double) |
Initializes a new instance with the specified minimum value.
|
![]() | RangeConstraint(Double, Double) |
Initializes a new instance with the specified minimum value and maximum value.
|
![]() | RangeConstraint(IServiceProvider, Double) |
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
|
![]() | RangeConstraint(RangeConstraint, CopyContext) | Initializes a new instance as a copy of an existing instance. |
![]() | RangeConstraint(IServiceProvider, Double, Double) |
Initializes a new instance with the specified constrained link, constrained link end, minimum value,
and maximum value.
|