_CopyDoubleFromInt64
This function copies a long integer into a floating-point double register.
double _CopyDoubleFromInt64(
__int64 arg1
);
Parameters
- arg1
[in] The long integer argument that the function acts on.
Return Values
The floating-point double result of converting arg1.
Remarks
This function may be implemented by copying the source value using a temporary memory location.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.