Share via


_CopyInt64FromDouble

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.

Return Values

The long integer result of the conversion.

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

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.