HKStatistics.MinimumQuantity 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
MinimumQuantity() |
Finds and returns the smallest value in the data. |
MinimumQuantity(HKSource) |
Finds and returns the smallest value in |
MinimumQuantity()
Finds and returns the smallest value in the data.
[Foundation.Export("minimumQuantity")]
public virtual HealthKit.HKQuantity MinimumQuantity ();
abstract member MinimumQuantity : unit -> HealthKit.HKQuantity
override this.MinimumQuantity : unit -> HealthKit.HKQuantity
Returns
- Attributes
Applies to
MinimumQuantity(HKSource)
Finds and returns the smallest value in source
.
[Foundation.Export("minimumQuantityForSource:")]
public virtual HealthKit.HKQuantity MinimumQuantity (HealthKit.HKSource source);
abstract member MinimumQuantity : HealthKit.HKSource -> HealthKit.HKQuantity
override this.MinimumQuantity : HealthKit.HKSource -> HealthKit.HKQuantity
Parameters
- source
- HKSource
Returns
- Attributes