Class BodyMassIndexDatum
Inheritance
System.Object
BodyMassIndexDatum
Assembly: SensusAndroid.dll
Syntax
public class BodyMassIndexDatum : Datum, IDatum
Constructors
BodyMassIndexDatum(DateTimeOffset, Double)
Declaration
public BodyMassIndexDatum(DateTimeOffset timestamp, double bodyMassIndex)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.Double |
bodyMassIndex |
|
Properties
BodyMassIndex
Declaration
[DoubleProbeTriggerProperty("Body Mass Index")]
[Anonymizable]
public double BodyMassIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StringPlaceholderValue
Gets the string placeholder value, which is the BMI (kg/m2).
Declaration
public override object StringPlaceholderValue { get; }
Property Value
Type |
Description |
System.Object |
The string placeholder value.
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements