Show / Hide Table of Contents

Class BodyFatRollupValue

Represents the result of the rollup of the body fat data type.

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

Constructors

BodyFatRollupValue()

Declaration
public BodyFatRollupValue()

BodyFatRollupValue(BodyFatRollupValue)

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

Properties

BodyFatPercentageAvg

Average body fat percentage.

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