UtilsCompute Delta Distance Method
Computes the change in distance.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Distance change in meters.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public static double ComputeDeltaDistance(
double wheelCircumference,
int deltaTicks
)VB
Public Shared Function ComputeDeltaDistance (
wheelCircumference As Double,
deltaTicks As Integer
) As DoubleC++
public:
static double ComputeDeltaDistance(
double wheelCircumference,
int deltaTicks
)F#
static member ComputeDeltaDistance :
wheelCircumference : float *
deltaTicks : int -> float Parameters
Return Value
DoubleDistance change in meters.