cesium-native 0.43.0
|
Converts from a float to a double. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
static std::optional< double > | convert (float from) |
Converts from a float to a double. | |
Converts from a float to a double.
Definition at line 509 of file MetadataConversions.h.
|
inlinestatic |
Converts from a float to a double.
from | The float value to be converted. |
Definition at line 515 of file MetadataConversions.h.