Calculate the slope between two points
Namespace:
PalmSensAssembly: 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 ) |