Show / Hide Table of Contents

Class TotalCaloriesRollupValue

Represents the result of the rollup of the user's total calories.

Inheritance
object
TotalCaloriesRollupValue
Implements
IMessage<TotalCaloriesRollupValue>
IEquatable<TotalCaloriesRollupValue>
IDeepCloneable<TotalCaloriesRollupValue>
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 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
In this article
Back to top Generated by DocFX