Appendix Data Structures - Measured Value
Encapsulates a measurement and the unit of measure, such as “800 calories” or “75.3 kilograms.”
| Name | Description | Type | Sample Values |
|---|---|---|---|
| value | The measured value | Float | 75.3, -1.5, 1850 |
| unit | the unit of measure | String | kilograms, calories, inches |