HKAudiogramSensitivityPoint.GetSensitivityPoint 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
| Name | Description |
|---|---|
| GetSensitivityPoint(HKQuantity, HKAudiogramSensitivityTest[], NSError) | |
| GetSensitivityPoint(HKQuantity, HKQuantity, HKQuantity, NSError) |
GetSensitivityPoint(HKQuantity, HKAudiogramSensitivityTest[], NSError)
[Foundation.Export("sensitivityPointWithFrequency:tests:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static HealthKit.HKAudiogramSensitivityPoint? GetSensitivityPoint(HealthKit.HKQuantity frequency, HealthKit.HKAudiogramSensitivityTest[] tests, out Foundation.NSError? error);
[<Foundation.Export("sensitivityPointWithFrequency:tests:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSensitivityPoint : HealthKit.HKQuantity * HealthKit.HKAudiogramSensitivityTest[] * NSError -> HealthKit.HKAudiogramSensitivityPoint
Parameters
- frequency
- HKQuantity
- tests
- HKAudiogramSensitivityTest[]
- error
- NSError
Returns
- Attributes
Applies to
GetSensitivityPoint(HKQuantity, HKQuantity, HKQuantity, NSError)
[Foundation.Export("sensitivityPointWithFrequency:leftEarSensitivity:rightEarSensitivity:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static HealthKit.HKAudiogramSensitivityPoint? GetSensitivityPoint(HealthKit.HKQuantity frequency, HealthKit.HKQuantity? leftEarSensitivity, HealthKit.HKQuantity? rightEarSensitivity, out Foundation.NSError? error);
[<Foundation.Export("sensitivityPointWithFrequency:leftEarSensitivity:rightEarSensitivity:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSensitivityPoint : HealthKit.HKQuantity * HealthKit.HKQuantity * HealthKit.HKQuantity * NSError -> HealthKit.HKAudiogramSensitivityPoint
Parameters
- frequency
- HKQuantity
- leftEarSensitivity
- HKQuantity
- rightEarSensitivity
- HKQuantity
- error
- NSError
Returns
- Attributes