What's the Java's float.floatToRawIntBits method implementation in C# ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If I understand the Java version correctly it should be:
This puts the bytes representing the float into an integer. Alternatively, a more complex (but probably faster) way to do it is to create a struct:
|
|||
|
|