Share via


_CopyFloatFromInt32

This function copies an integer value to a floating-point register.

float _CopyFloatFromInt32(
  ___int32 arg1
);

Parameters

  • arg1
    [in] The integer value acted upon by the function.

Return Values

The floating point conversion of 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

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.