Convert numbers to string and provide integer and decimals.
More...
#include <SimpleTTSBase.h>
|
void | set (double value, int digits=2) |
|
void | set (int64_t wholeNumber) |
|
const char * | intValue () |
| provides the full number
|
|
const char * | decValues () |
| provides the decimals after the .
|
|
const char * | decAsInt (const char *decimals, int digits) |
|
|
char | buffer [buffer_len] |
|
char * | dot =buffer |
|
|
static const int | buffer_len = 100 |
|
Convert numbers to string and provide integer and decimals.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
The documentation for this class was generated from the following file: