Click or drag to resize

GlobalFitParameterInfo Class

Contains information about a parameter in a global curve fit: name, description, shared or not shared. Only the sharing information is required.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class GlobalFitParameterInfo : ICloneable

The GlobalFitParameterInfo type exposes the following members.

Constructors
 NameDescription
Protected methodGlobalFitParameterInfoInitializes a new instance of the GlobalFitParameterInfo class
Public methodGlobalFitParameterInfo(ParameterSharing) Constructs a GlobalFitParameterInfo object with the given sharing option.
Public methodGlobalFitParameterInfo(String, ParameterSharing) Constructs a GlobalFitParameterInfo object with the given name and sharing option.
Public methodGlobalFitParameterInfo(String, ParameterSharing, String) Constructs a GlobalFitParameterInfo object with the given name, description, and sharing option.
Top
Properties
 NameDescription
Public propertyDescription Get and sets the parameter description.
Public propertyName Gets and sets the parameter name.
Public propertySharing Gets and sets the parameter sharing option.
Top
Methods
 NameDescription
Public methodClone Constructs a deep copy of self.
Top
See Also