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