HKStatistics.AverageQuantity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AverageQuantity() |
Calculates and returns the average. |
AverageQuantity(HKSource) |
Calculates and returns the average for |
AverageQuantity()
Calculates and returns the average.
[Foundation.Export("averageQuantity")]
public virtual HealthKit.HKQuantity AverageQuantity ();
abstract member AverageQuantity : unit -> HealthKit.HKQuantity
override this.AverageQuantity : unit -> HealthKit.HKQuantity
Returns
- Attributes
Applies to
AverageQuantity(HKSource)
Calculates and returns the average for source
.
[Foundation.Export("averageQuantityForSource:")]
public virtual HealthKit.HKQuantity AverageQuantity (HealthKit.HKSource source);
abstract member AverageQuantity : HealthKit.HKSource -> HealthKit.HKQuantity
override this.AverageQuantity : HealthKit.HKSource -> HealthKit.HKQuantity
Parameters
- source
- HKSource
Returns
- Attributes