convert double precision number to decimal using Double.doubleToLongBits() java method ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm sending double precision numbers with simulink (udp) to eclipse and I want to write a java code to unpack that . can I use Double.doubleToLongBits?
I receive packes in byte , so I should convert these byte somehow to be able to use this method . could anybody help me ?
I converted byte to long and then tried to apply this method but the result was totally wrong . I really need help !
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu String finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!