|  | Multiple | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe MultipleFitCurveInfo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MultipleFitCurveInfo(DoubleVector, DoubleVector, FuncDoubleVector, Double, Double) | Constructs MultipleFitCurveInfo from the given information. | 
|  | MultipleFitCurveInfo(DoubleVector, DoubleVector, DoubleVector, FuncDoubleVector, Double, Double) | Constructs MultipleFitCurveInfo from the given information. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Function | Gets the parameterized function for this data set. | 
|  | NumberOfPoints | Gets the number of points in the dataset. (Inherited from CurveFitDataSet) | 
|  | Weights | Gets and sets the weights. (Inherited from CurveFitDataSet) | 
|  | Xvalues | Gets and sets the x-values. (Inherited from CurveFitDataSet) | 
|  | Yvalues | Gets and sets the y-values. (Inherited from CurveFitDataSet) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of self. (Overrides CurveFitDataSetClone) | 
 See Also
See Also