Parameter |
The ParameterSetElement type exposes the following members.
Name | Description | |
---|---|---|
IsLowerBoundExclusive | Gets or sets a value indicating whether the lower bound value is exclusive. | |
IsUpperBoundExclusive | Gets or sets a value indicating whether the lower bound value is exclusive. | |
LowerBound | Gets or sets the lower bound for the parameter. | |
LowerBoundInclusive | Gets the effective (inclusive) lower bound. The LowerBound value is slightly increased, if IsLowerBoundExclusive is true in order to get the inclusive lower bound. | |
Name | Gets or sets the parameter's name. | |
Parameter | Gets or sets the parameter's value. | |
UpperBound | Gets or sets the lower bound for the parameter. | |
UpperBoundInclusive | Gets the effective (inclusive) upper bound. The UpperBound value is slightly decreased, if IsUpperBoundExclusive is true in order to get the inclusive upper bound. | |
Variance | Gets or sets the variance of the parameter. | |
Vary | Gets or sets a value indicating whether this ParameterSetElement can vary during the fitting calculation. |