Curve.LLS Method (Int32, Int32, Single, Single, Single)
Calculate linear line parameters for this curve between two indexes y = offset + slope * x
[Visual Basic] Overloads Public Sub LLS( _ ByVal from As Integer, _ ByVal t As Integer, _ ByRef offset As Single, _ ByRef slope As Single, _ ByRef CorrCoef As Single _ )