Show / Hide Table of Contents

Class HeartRateRollupValue

Represents the result of the rollup of the heart rate data type.

Inheritance
object
HeartRateRollupValue
Implements
IMessage<HeartRateRollupValue>
IEquatable<HeartRateRollupValue>
IDeepCloneable<HeartRateRollupValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class HeartRateRollupValue : IMessage<HeartRateRollupValue>, IEquatable<HeartRateRollupValue>, IDeepCloneable<HeartRateRollupValue>, IBufferMessage, IMessage

Constructors

HeartRateRollupValue()

Declaration
public HeartRateRollupValue()

HeartRateRollupValue(HeartRateRollupValue)

Declaration
public HeartRateRollupValue(HeartRateRollupValue other)
Parameters
Type Name Description
HeartRateRollupValue other

Properties

BeatsPerMinuteAvg

The average heart rate value in the interval.

Declaration
public double BeatsPerMinuteAvg { get; set; }
Property Value
Type Description
double

BeatsPerMinuteMax

The maximum heart rate value in the interval.

Declaration
public double BeatsPerMinuteMax { get; set; }
Property Value
Type Description
double

BeatsPerMinuteMin

The minimum heart rate value in the interval.

Declaration
public double BeatsPerMinuteMin { get; set; }
Property Value
Type Description
double

HasBeatsPerMinuteAvg

Gets whether the "beats_per_minute_avg" field is set

Declaration
public bool HasBeatsPerMinuteAvg { get; }
Property Value
Type Description
bool

HasBeatsPerMinuteMax

Gets whether the "beats_per_minute_max" field is set

Declaration
public bool HasBeatsPerMinuteMax { get; }
Property Value
Type Description
bool

HasBeatsPerMinuteMin

Gets whether the "beats_per_minute_min" field is set

Declaration
public bool HasBeatsPerMinuteMin { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX