Show / Hide Table of Contents

Class DistanceRollupValue

Result of the rollup of the user's distance.

Inheritance
object
DistanceRollupValue
Implements
IMessage<DistanceRollupValue>
IEquatable<DistanceRollupValue>
IDeepCloneable<DistanceRollupValue>
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 DistanceRollupValue : IMessage<DistanceRollupValue>, IEquatable<DistanceRollupValue>, IDeepCloneable<DistanceRollupValue>, IBufferMessage, IMessage

Constructors

DistanceRollupValue()

Declaration
public DistanceRollupValue()

DistanceRollupValue(DistanceRollupValue)

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

Properties

MillimetersSum

Sum of the distance in millimeters.

Declaration
public long MillimetersSum { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX