|
arduino-audio-tools
|
Stores float values as uint32_t so that we can use memory allocated with MALLOC_CAP_32BIT. More...
#include <Float32.h>
Public Member Functions | |
| float32 (const float32 &value) | |
| float32 (float value) | |
| operator double () | |
| operator float () | |
| operator int () | |
| operator int () const | |
| bool | operator!= (float32 other) const |
| bool | operator< (float32 other) const |
| bool | operator<= (float32 other) const |
| bool | operator== (float32 other) const |
| bool | operator> (float32 other) const |
| bool | operator>= (float32 other) const |
Static Protected Member Functions | |
| static float | as_float (uint32_t x) |
| static uint32_t | as_uint (float x) |
Protected Attributes | |
| uint32_t | value =0 |
Stores float values as uint32_t so that we can use memory allocated with MALLOC_CAP_32BIT.