  | RegressionBaseIntercept Property | 
            Gets the intercept. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Intercept { get; }Public ReadOnly Property Intercept As Double
	Get
public:
property double Intercept {
	double get ();
}member Intercept : float with get
Property Value
Double
Remarks
            Returns zero if there is no intercept.
            
See Also