I know this is a bit of a n00b question, and I've actually searched for floats successfully thus far (I'm trying to find GetFramerate for the mac binary, but the xrefs don't work the same as on windows :/ And I noticed 3 floats referenced, so I wanted to search for these on the mac binary).
But, the question, how do you search for floats/doubles? Obviously doing "immediate value" will not work as it just converts it to 0. And searching for a byte sequence is not working either (I choose decimal, paste it with quotes (it tells me to), and it immediately returns with a result (indicating no search was done))
Thanks in advance!