Click or drag to resize

ParameterSetElement Properties

The ParameterSetElement type exposes the following members.

Properties
 NameDescription
Public propertyIsLowerBoundExclusive Gets or sets a value indicating whether the lower bound value is exclusive.
Public propertyIsUpperBoundExclusive Gets or sets a value indicating whether the lower bound value is exclusive.
Public propertyLowerBound Gets or sets the lower bound for the parameter.
Public propertyLowerBoundInclusive Gets the effective (inclusive) lower bound. The LowerBound value is slightly increased, if IsLowerBoundExclusive is true in order to get the inclusive lower bound.
Public propertyName Gets or sets the parameter's name.
Public propertyParameter Gets or sets the parameter's value.
Public propertyUpperBound Gets or sets the lower bound for the parameter.
Public propertyUpperBoundInclusive Gets the effective (inclusive) upper bound. The UpperBound value is slightly decreased, if IsUpperBoundExclusive is true in order to get the inclusive upper bound.
Public propertyVariance Gets or sets the variance of the parameter.
Public propertyVary Gets or sets a value indicating whether this ParameterSetElement can vary during the fitting calculation.
Top
See Also