|  | Multiple | 
The MultipleCurveFitFunction type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CentralDifferenceDelta | The delta used in the central difference algorithm for computing
            the Jacobian with respect to the parameters (Inherited from ParameterizedMultivariableFunction) | 
|  | NumberOfDataSets | Gets the number of data sets. | 
|  | NumberOfParameters | Gets and sets the number of parameters. (Inherited from ParameterizedMultivariableFunction) | 
|  | NumPointsPerCurve | Gets a list containing the number of data points for each data set. | 
|  | ParameterizedFunctions | Gets the list of parameterized functions. The ith parameterized function corresponds to the ith data set. | 
|  | Xdimension | Gets and sets the dimension of the function domain. Vector
            arguments to the function must have length equal to this value. (Inherited from ParameterizedMultivariableFunction) | 
|  | YDimension | Gets and sets the dimension of the function range. Vectors 
            returned by this function will have this length. (Inherited from ParameterizedMultivariableFunction) | 
 See Also
See Also