PalmSens SDK v1.8.2.0

Curve.CalculateSlope Method 

Calculate the slope between two points

[Visual Basic]
Public Function CalculateSlope( _
   ByVal f As Integer, _
   ByVal t As Integer _
) As Single
[C#]
public float CalculateSlope(
   int f,
   int t
);

Parameters

f
first index
t
second index

Return Value

calculated slope

See Also

Curve Class | PalmSens Namespace