Thema: IEEE754 Float

Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#2

Re: IEEE754 Float

  Alt 9. Feb 2006, 19:05
Delphi-Quellcode:
type
  FloatToHex = record
    case Byte of
      0: (AsHex: array[0..3] of Char);
      1: (AsFloat: Single);
  end;
  Mit Zitat antworten Zitat