_CopyInt64FromDouble
Visual Studio 2005
This function copies a floating-point double to a long integer register.
__int64 _CopyInt64FromDouble( double arg1 );
Parameters
- arg1
- [in] The floating-point double argument acted on by the function.