HKStateOfMindValence.GetClassification(Double) 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.
Gets the valence classification appropriate for a given valence value.
public static HealthKit.HKStateOfMindValenceClassification? GetClassification(double valence);
static member GetClassification : double -> Nullable<HealthKit.HKStateOfMindValenceClassification>
Parameters
- valence
- Double
The valence value whose classification to get.
Returns
The valence classification, or null if the specified valence is outside of the supported range of valence values.