79139979

Date: 2024-10-30 07:12:46
Score: 3.5
Natty:
Report link

Isn't it easier to use standard functions?

To an array of bytes: byte[] bmass = new byte[4]; bmass[0] = (byte)ifloat;

And back again: float ifloat = (float)bmass[0];

Or is there something I don't fully understand?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Isn't it
  • Low reputation (1):
Posted by: Dennis