Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
FloatUtil.cpp File Reference
#include "zserio/FloatUtil.h"

Go to the source code of this file.

Namespaces

 zserio
 

Functions

float zserio::convertUInt16ToFloat (uint16_t float16Value)
 
uint16_t zserio::convertFloatToUInt16 (float float32)
 
float zserio::convertUInt32ToFloat (uint32_t float32Value)
 
uint32_t zserio::convertFloatToUInt32 (float float32)
 
double zserio::convertUInt64ToDouble (uint64_t float64Value)
 
uint64_t zserio::convertDoubleToUInt64 (double float64)