_CopyInt32FromFloat
Visual Studio 2005
This function copies a floating-point number into an integer register.
__int32 _CopyInt32FromFloat( float arg1 );
Parameters
- arg1
- [in] The floating-point value acted upon by the function.