Constructors
Synopses
Declared in <balm_metricformat.h>
Create a metric format spec having default values for scale and format. The default value for scale is 1.0 and the default value for format is "%f".
Create a metric format spec having the same value as the specified original format spec.
MetricFormatSpec(MetricFormatSpec const& original);
Create a metric format spec having the specified scale and format.
MetricFormatSpec(
float scale,
char const* format);
Parameters
Name |
Description |
original |
format spec to copy |
scale |
multiplier applied when formatting values |
format |
null‐terminated |
Created with MrDocs