Audacity 3.2.0
|
Namespaces | |
namespace | dtoa_impl |
namespace | itoa_impl |
namespace | x11 |
Classes | |
class | ConnectionProxy |
Host's proxy object between connection points. More... | |
class | PlugFrame |
Dispatches window resize events from VST PlugView to the wxWindow. More... | |
Functions | |
template<typename T > | |
ToCharsResult | float_to_chars (char *first, char *last, T value, int digitsAfterDecimalPoint) |
ToCharsResult internal::float_to_chars | ( | char * | first, |
char * | last, | ||
T | value, | ||
int | digitsAfterDecimalPoint | ||
) |
The format of the resulting decimal representation is similar to printf's g format. Returns an iterator pointing past-the-end of the decimal representation.
Definition at line 1178 of file ToChars.cpp.
References internal::dtoa_impl::format_buffer(), and internal::dtoa_impl::grisu2().
Referenced by ToChars().