Click or drag to resize

RangeRateConstraint Constructor

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