|  | Multiple | 
The MultipleCurveFitResidual type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CentralDifferenceDelta | Sets the delta for using the central difference method for 
            approximating the Jacobian. The Jacobian will be approximated
            only if the deriving class does not override
            the Jacobian method. (Inherited from DoubleMultiVariableFunction) | 
|  | Weights | Gets the concatenated vector of y-value weights for the data sets. | 
|  | X | Gets the concatenated vector of x-values for the data sets. | 
|  | XDimension | Gets and sets the dimension of the function domain. (Inherited from DoubleMultiVariableFunction) | 
|  | Y | Gets the concatenated vector of y-values for the data sets. | 
|  | YDimension | Gets and sets the dimension of the function range. (Inherited from DoubleMultiVariableFunction) | 
 See Also
See Also