Click or drag to resize

GlobalFixedFitParameterInfo Constructor

Overload List
 NameDescription
Public methodGlobalFixedFitParameterInfo(Double) Constructs a shared GlobalFixedFitParameterInfo object with the given name, description and fixed value. The parameter will be fixed at this value for all datasets.
Public methodGlobalFixedFitParameterInfo(IDictionaryInt32, Double) Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values.
Public methodGlobalFixedFitParameterInfo(String, IDictionaryInt32, Double) Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values.
Public methodGlobalFixedFitParameterInfo(String, Double) Constructs a shared GlobalFixedFitParameterInfo object with the given name, description and fixed value. The parameter will be fixed at this value for all datasets.
Public methodGlobalFixedFitParameterInfo(String, String, IDictionaryInt32, Double) Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values.
Public methodGlobalFixedFitParameterInfo(String, String, Double) Constructs a shared GlobalFixedFitParameterInfo object with the given name, description and fixed value. The parameter will be fixed at this value for all datasets.
Top
See Also