Avatar

Delphi (Pascal) --> Java (Codeumwandeln) (Geodäsie/Vermessung)

MichaeL ⌂, Bad Vilbel, Monday, 18.05.2009, 16:40 (vor 5456 Tagen) @ MichaeL

Hallo,

ich habe es (scheinbar) rausbekommen:

-------

 
      if (((int)value & 0x2000) == 0)
        value = (short)((int)value & 0x1FFF);
      else
        value = (short)((int)value | 0xE000);
      value = 0.004*value;
 


-------

Gruß Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


gesamter Thread:

 RSS-Feed dieser Diskussion