|  | MultipleFitCurveInfoFunction Property | 
            Gets the parameterized function for this data set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Func<DoubleVector, double, double> Function { get; }Public ReadOnly Property Function As Func(Of DoubleVector, Double, Double)
	Get
public:
property Func<DoubleVector^, double, double>^ Function {
	Func<DoubleVector^, double, double>^ get ();
}member Function : Func<DoubleVector, float, float> with get
Property Value
FuncDoubleVector, 
Double, 
Double See Also
See Also