Click or drag to resize

ParameterSetElement Methods

The ParameterSetElement type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCollectVaryingParametersAndBoundaries Collects a list of only the varying parameters (!) and their corresponding boundaries. The returned lists have the same length or less length than the provided elements.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetFitArrays Gets the arrays of parameter values, isFixed, lowerBounds and upperBounds for nonlinear fitting. The arrays have the same length as the provided list of elements has.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodTestAndCorrectParameterAndBoundaries Tests the value of the parameter and the lower and upper boundaries for inconsistencies, and corrects them.
Top
See Also