densities property

List<double>? densities
getter/setter pair

The proportion of users that experienced this bin's value for the given metric in a given collection period; the index for each of these entries corresponds to an entry in the CollectionPeriods field in the HistoryRecord message, which describes when the density was observed in the field.

Thus, the length of this list of densities is equal to the length of the CollectionPeriods field in the HistoryRecord message.

Implementation

core.List<core.double>? densities;