Share via


_CopyInt32FromFloat (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

__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 can be implemented by copying the source value using a temporary memory location.

Requirements

Architecture ARM, MIPS, SH-4, x86
Header cmnintrin.h
Routine _CopyInt32FromFloat

See Also

Reference

Common Intrinsic Functions for Device Compilers

Other Resources

Intrinsic Functions for Device Compilers