![]() | Global |
The GlobalFixedFitParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | GlobalFixedFitParameterInfo(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. |
![]() | GlobalFixedFitParameterInfo(IDictionaryInt32, Double) | Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values. |
![]() | GlobalFixedFitParameterInfo(String, IDictionaryInt32, Double) | Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values. |
![]() | GlobalFixedFitParameterInfo(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. |
![]() | GlobalFixedFitParameterInfo(String, String, IDictionaryInt32, Double) | Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values. |
![]() | GlobalFixedFitParameterInfo(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. |
Name | Description | |
---|---|---|
![]() | DataSetIndexToValue | Gets and sets a dictionary where the key values are the dataset indicies where the parameter is fixed and the values are the fixed values. |
![]() | Description |
Get and sets the parameter description.
(Inherited from GlobalFitParameterInfo) |
![]() | Name |
Gets and sets the parameter name.
(Inherited from GlobalFitParameterInfo) |
![]() | Sharing |
Gets and sets the parameter sharing option.
(Inherited from GlobalFitParameterInfo) |
Name | Description | |
---|---|---|
![]() | Clone |
Constructs a deep copy of self.
(Overrides GlobalFitParameterInfoClone) |