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.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
The average torque in Nm.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.