Show / Hide Table of Contents

Class AltitudeRollupValue

Represents the result of the rollup of the user's altitude.

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

Constructors

AltitudeRollupValue()

Declaration
public AltitudeRollupValue()

AltitudeRollupValue(AltitudeRollupValue)

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

Properties

GainMillimetersSum

Sum of the altitude gain in millimeters.

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