display arry as hexadecimal
i need to write a program to store an array of floating point numbers and display it as hexadecimal in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 21, 2015, 5:05 PM
There are, of course, 4 bytes in a float value in C#:
The output (assuming a little-endian architecture such as x86) is: