Calculate linear line parameters for this curve between two indexes y = offset + slope * x

Overload List

  Name Description
Public method LLS (Int32, Int32, Single, Single, Single) Calculate linear line parameters for this curve between two indexes y = offset + slope * x
Public method LLS (Single, Single, Single) Calculate linear line parameters for this curve y = a + b * x

See Also