Show / Hide Table of Contents

Class BodyFat

Body fat measurement.

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

Constructors

BodyFat()

Declaration
public BodyFat()

BodyFat(BodyFat)

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

Properties

Percentage

Required. Body fat percentage, in range [0, 100].

Declaration
public double Percentage { get; set; }
Property Value
Type Description
double

SampleTime

Required. The time at which body fat was measured.

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