Jump to content
  • 0

I have suggestions


khandada2050

Question

1 answer to this question

Recommended Posts

I don't see the screenshot, but I suppose you tried to search for a float number like 4.5 having Dword type selected. This won't work because Byte, Word, Dword and Qword type are for integers only. If you want to search for a float, use Float or Double type.

This separation is because computers deal with floats in a different way than integers, in order to give more precision to small numbers and less to greater numbers, because your memory is limited.

Dword uses 4 bytes as Float ; Qword uses 8 bytes as Double.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.