UtilsCompute Avg Torque Method
Computes the average torque over the event count interval.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
The average torque in Nm.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public static double ComputeAvgTorque(
int deltaTorque,
int deltaEventCount
)VB
Public Shared Function ComputeAvgTorque (
deltaTorque As Integer,
deltaEventCount As Integer
) As DoubleC++
public:
static double ComputeAvgTorque(
int deltaTorque,
int deltaEventCount
)F#
static member ComputeAvgTorque :
deltaTorque : int *
deltaEventCount : int -> float Parameters
Return Value
DoubleThe average torque in Nm.