Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function copies a floating-point double to a long integer register.
Syntax
__int64 _CopyInt64FromDouble(
double arg1
);
Parameters
- arg1
[in] The floating-point double argument acted on by the function.
Return Values
The long integer result of the conversion.
Remarks
This function can be implemented by copying the source value using a temporary memory location.
Requirements
| Architecture | ARM, MIPS, SH-4, x86 |
| Header | cmnintrin.h |
| Routine | _CopyInt64FromDouble |
See Also
Reference
Common Intrinsic Functions for Device Compilers