|
cesium-native 0.52.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. | |
| static std::optional< double > | convert (float) |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt. | |
Converts from a float to a double.
Definition at line 501 of file MetadataConversions.h.
|
inlinestatic |
Converts from a float to a double.
| from | The float value to be converted. |
Definition at line 507 of file MetadataConversions.h.
|
inlinestatic |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt.
Definition at line 26 of file MetadataConversions.h.