OpenSiv3D  v0.6.5
C++20 framework for creative coding
FloatingPoint.hpp File Reference
#include "Common.hpp"
#include "detail/FloatingPoint.ipp"

Namespaces

 s3d
 

Functions

template<class Float32 , std::enable_if_t< std::is_same_v< Float32, float >> * = nullptr>
SIV3D_CONSTEXPR_BITCAST uint32 s3d::AsUint32 (Float32 value) noexcept
 浮動小数点数値のビット列を整数として解釈します。 More...
 
template<class Float64 , std::enable_if_t< std::is_same_v< Float64, double >> * = nullptr>
SIV3D_CONSTEXPR_BITCAST uint64 s3d::AsUint64 (Float64 value) noexcept
 浮動小数点数値のビット列を整数として解釈します。 More...