ユーザ用ツール

サイト用ツール


lang:c:binarycast

バイナリデータで、double 型に変換する方法。 little endian で確認

uint64_t x;
double v = *(double *) &x;
lang/c/binarycast.txt · 最終更新: by editor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki