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