Click or drag to resize

Fitparameter Class

Represents a fit parameter in the RelaxIS context.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonFitparameter

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Fitparameter : IXmlSerializable

The Fitparameter type exposes the following members.

Constructors
 NameDescription
Public methodFitparameter Initializes a new instance of the Fitparameter class.
Public methodFitparameter(Fitparameter) Initializes a new instance of the Fitparameter class.
Public methodFitparameter(String, Boolean, Double, Double, Limits) Initializes a new instance of the Fitparameter class.
Public methodFitparameter(String, Boolean, Double, Double, Limits, Boolean) Initializes a new instance of the Fitparameter class.
Public methodFitparameter(String, Boolean, Double, Double, Double, Double) Initializes a new instance of the Fitparameter class.
Top
Properties
 NameDescription
Public propertyError The error as calculated from a previous fit
Public propertyFixed Defines if the parameter is fixed in a fit
Public propertyIsGlobal Defines if the parameter was found by a global fit
Public propertyLimits Gets the parameter limits.
Public propertyName The name of the fit parameter
Public propertyValue The actual value of the parameter
Top
Methods
 NameDescription
Public methodClone Creates a clone of this Fitparameter object
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also