Show / Hide Table of Contents

Class WeightRollupValue

Represents the result of the rollup of the weight data type.

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

Constructors

WeightRollupValue()

Declaration
public WeightRollupValue()

WeightRollupValue(WeightRollupValue)

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

Properties

WeightGramsAvg

Average weight in grams.

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