Show / Hide Table of Contents

Class RunVO2MaxRollupValue

Represents the result of the rollup of the user's daily heart rate variability personal range.

Inheritance
object
RunVO2MaxRollupValue
Implements
IMessage<RunVO2MaxRollupValue>
IEquatable<RunVO2MaxRollupValue>
IDeepCloneable<RunVO2MaxRollupValue>
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 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
In this article
Back to top Generated by DocFX