Class TotalCaloriesRollupValue
Represents the result of the rollup of the user's total calories.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class TotalCaloriesRollupValue : IMessage<TotalCaloriesRollupValue>, IEquatable<TotalCaloriesRollupValue>, IDeepCloneable<TotalCaloriesRollupValue>, IBufferMessage, IMessage
Constructors
TotalCaloriesRollupValue()
Declaration
public TotalCaloriesRollupValue()
TotalCaloriesRollupValue(TotalCaloriesRollupValue)
Declaration
public TotalCaloriesRollupValue(TotalCaloriesRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| TotalCaloriesRollupValue | other |
Properties
KcalSum
Sum of the total calories in kilocalories.
Declaration
public double KcalSum { get; set; }
Property Value
| Type | Description |
|---|---|
| double |