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: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
The average torque in Nm.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
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.