PalmSens SDK v1.8.2.0

Curve.LLS Method

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

Overload List

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

public void LLS(int,int,out float,out float,out float);

Calculate linear line parameters for this curve y = a + b * x

public void LLS(out float,out float,out float);

See Also

Curve Class | PalmSens Namespace