FittingLinearRegressionResultIntercept Property |
The calculated intercept
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Intercept { get; set; }
Public Property Intercept As Double
Get
Set
Dim instance As FittingLinearRegressionResult
Dim value As Double
value = instance.Intercept
instance.Intercept = value
Return Value
DoubleThe calculated intercept
See Also