Click or drag to resize

RangeConstraint Constructor

Overload List
  NameDescription
Public methodRangeConstraint
Initializes a new instance with default values.
Public methodRangeConstraint(Double)
Initializes a new instance with the specified minimum value.
Public methodRangeConstraint(Double, Double)
Initializes a new instance with the specified minimum value and maximum value.
Public methodRangeConstraint(IServiceProvider, Double)
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
Protected methodRangeConstraint(RangeConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodRangeConstraint(IServiceProvider, Double, Double)
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
Top
See Also