Trainer Stationary BikeAverage Power Property
Gets the average power in watts.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
The average power.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public double AveragePower { get; set; }VB
Public Property AveragePower As Double
Get
SetC++
public:
property double AveragePower {
double get ();
void set (double value);
}F#
member AveragePower : float with get, setProperty Value
DoubleThe average power.