cesium-native  0.41.0
CesiumGltf::MetadataConversions< double, float > Struct Reference

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. More...
 

Detailed Description

Converts from a float to a double.

Definition at line 502 of file MetadataConversions.h.

Member Function Documentation

◆ convert()

static std::optional<double> CesiumGltf::MetadataConversions< double, float >::convert ( float  from)
inlinestatic

Converts from a float to a double.

Parameters
fromThe float value to be converted.

Definition at line 508 of file MetadataConversions.h.


The documentation for this struct was generated from the following file: