min overloads

Synopses

Declared in <balm_metricrecord.h>

Return a reference to the modifiable min attribute representing the minimum of the individually recorded values.

double&
min();

Return a reference to the non‐modifiable min attribute representing the minimum of the individually recorded values.

double const&
min() const;

Return Value

  • reference to the modifiable min

  • const reference to the min

Created with MrDocs