Class RunVO2MaxRollupValue
Represents the result of the rollup of the user's daily heart rate variability personal range.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RunVO2MaxRollupValue : IMessage<RunVO2MaxRollupValue>, IEquatable<RunVO2MaxRollupValue>, IDeepCloneable<RunVO2MaxRollupValue>, IBufferMessage, IMessage
Constructors
RunVO2MaxRollupValue()
Declaration
public RunVO2MaxRollupValue()
RunVO2MaxRollupValue(RunVO2MaxRollupValue)
Declaration
public RunVO2MaxRollupValue(RunVO2MaxRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| RunVO2MaxRollupValue | other |
Properties
RateAvg
Average value of run VO2 max in the interval.
Declaration
public double RateAvg { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RateMax
Maximum value of run VO2 max in the interval.
Declaration
public double RateMax { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RateMin
Minimum value of run VO2 max in the interval..
Declaration
public double RateMin { get; set; }
Property Value
| Type | Description |
|---|---|
| double |