Torque SensorAverage Angular Velocity Property
Gets the average angular velocity in radians per second.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public double AverageAngularVelocity { get; set; }VB
Public Property AverageAngularVelocity As Double
Get
SetC++
public:
property double AverageAngularVelocity {
double get ();
void set (double value);
}F#
member AverageAngularVelocity : float with get, set