ユーザ用ツール

サイト用ツール


lang:c:binarycast

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

lang:c:binarycast [2025/09/12 04:33] – 作成 editorlang:c:binarycast [2025/09/12 04:35] (現在) editor
行 1: 行 1:
  
 +バイナリデータで、double 型に変換する方法。
 +little endian で確認
   uint64_t x;   uint64_t x;
   double v = *(double *) &x;   double v = *(double *) &x;
lang/c/binarycast.txt · 最終更新: by editor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki