Share via


_CopyInt32FromFloat

This function copies a floating-point number into an integer register.

__int32 _CopyInt32FromFloat(
  float arg1
);

Parameters

  • arg1
    [in] The floating-point value acted upon by the function.

Return Values

The integer 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.