BodyFat

data class BodyFat(val percentage: Double, val time: Instant) : KHRecord

Captures the body fat percentage of a user. Each record represents a person's total body fat as a percentage of their total body mass.

Parameters

percentage

A double value representing the person's total body fat

time

Time instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(percentage: Double, time: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val time: Instant