Calculate the slope between two points

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public float CalculateSlope(
	int f,
	int t
)
Visual Basic (Declaration)
Public Function CalculateSlope ( _
	f As Integer, _
	t As Integer _
) As Single
Visual C++
public:
float CalculateSlope(
	int f, 
	int t
)

Parameters

f
Type: System..::.Int32
first index
t
Type: System..::.Int32
second index

Return Value

calculated slope

See Also