memset and FLOAT2IEEE?
C#
2
Posts
2
Posters
1
Views
1
Watching
-
How to convert these code to C#? Thanks! memset(m_bParameterData, 0, sizeof(m_bParameterData)); Float2IEEE((float)EXTERNAL, m_bParameterData);
The memset is there to clear out the memory that the pointer is pointing to. I believe you should be able to ignore that here. As for the other function, I have no idea what it is. Where was it being used before? Is it in an external DLL?
My current favourite word is: Delicious!
-SK Genius