Represents a fit parameter in the RelaxIS context.
Inheritance Hierarchy Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public class Fitparameter : IXmlSerializable
Public Class Fitparameter
Implements IXmlSerializable
Dim instance As Fitparameter
The Fitparameter type exposes the following members.
Constructors | Name | Description |
---|
| Fitparameter |
Initializes a new instance of the Fitparameter class.
|
| Fitparameter(Fitparameter) |
Initializes a new instance of the Fitparameter class.
|
| Fitparameter(String, Boolean, Double, Double, Limits) |
Initializes a new instance of the Fitparameter class.
|
| Fitparameter(String, Boolean, Double, Double, Limits, Boolean) |
Initializes a new instance of the Fitparameter class.
|
| Fitparameter(String, Boolean, Double, Double, Double, Double) |
Initializes a new instance of the Fitparameter class.
|
TopProperties | Name | Description |
---|
| Error |
The error as calculated from a previous fit
|
| Fixed |
Defines if the parameter is fixed in a fit
|
| IsGlobal |
Defines if the parameter was found by a global fit
|
| Limits |
Gets the parameter limits.
|
| Name |
The name of the fit parameter
|
| Value |
The actual value of the parameter
|
TopMethods | Name | Description |
---|
| Clone |
Creates a clone of this Fitparameter object
|
| GetSchema | This 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. |
| ReadXml | Generates an object from its XML representation. |
| WriteXml | Converts an object into its XML representation. |
TopSee Also