Overload List
| Name | Description | |
|---|---|---|
| LLS(Single%, Single%, Single%) |
Calculate linear line parameters for this curve
y = a + b * x
(Inherited from Curve.) | |
| LLS(Int32, Int32, Single%, Single%, Single%) |
Calculate linear line parameters for this curve between two indexes
y = offset + slope * x
(Inherited from Curve.) |