|  | SmoothCubicSplineP Property | 
            Gets and set the smoothing factor P.
            P determines how much weight is
            given to minimizing the sum square error balanced against minimizing
            the curvature. When p = 1 the result is a traditional cubic spline. 
            When p = 0 the result is a straight line ( zero curvature ).
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double P { get; set; }Public Property P As Double
	Get
	Set
public:
property double P {
	double get ();
	void set (double value);
}member P : float with get, set
Property Value
Double See Also
See Also