Class CoreBodyTemperatureRollupValue
Represents the result of the rollup of the core body temperature data type.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class CoreBodyTemperatureRollupValue : IMessage<CoreBodyTemperatureRollupValue>, IEquatable<CoreBodyTemperatureRollupValue>, IDeepCloneable<CoreBodyTemperatureRollupValue>, IBufferMessage, IMessage
Constructors
CoreBodyTemperatureRollupValue()
Declaration
public CoreBodyTemperatureRollupValue()
CoreBodyTemperatureRollupValue(CoreBodyTemperatureRollupValue)
Declaration
public CoreBodyTemperatureRollupValue(CoreBodyTemperatureRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreBodyTemperatureRollupValue | other |
Properties
HasTemperatureCelsiusAvg
Gets whether the "temperature_celsius_avg" field is set
Declaration
public bool HasTemperatureCelsiusAvg { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasTemperatureCelsiusMax
Gets whether the "temperature_celsius_max" field is set
Declaration
public bool HasTemperatureCelsiusMax { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasTemperatureCelsiusMin
Gets whether the "temperature_celsius_min" field is set
Declaration
public bool HasTemperatureCelsiusMin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TemperatureCelsiusAvg
Average core body temperature in Celsius.
Declaration
public double TemperatureCelsiusAvg { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TemperatureCelsiusMax
Maximum core body temperature in Celsius.
Declaration
public double TemperatureCelsiusMax { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TemperatureCelsiusMin
Minimum core body temperature in Celsius.
Declaration
public double TemperatureCelsiusMin { get; set; }
Property Value
| Type | Description |
|---|---|
| double |