Skip to content

String conversion/printing values


dB_to_string function

template <typename T>
std::string dB_to_string(const T &value,
                         double minimum = -140.0)

Converts dB value to string (uses oo for infinity symbol)


dB_to_utf8string function

template <typename T>
std::string dB_to_utf8string(const T &value,
                             double minimum = -140.0)

Converts dB value to string (uses infinity symbol in utf-8 encoding)


Auto-generated from sources, Revision 6aea976a464de59d522d0c629e64bf0c044e6777, https://github.com/kfrlib/kfr/blob/6aea976a464de59d522d0c629e64bf0c044e6777/include/kfr/