Class WeightRollupValue
Represents the result of the rollup of the weight data type.
Implements
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 |