_CopyInt32FromFloat
9/7/2007
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
Routine | Required header | Architecture |
---|---|---|
_CopyInt32FromFloat |
<cmnintrin.h> |
x86, ARM, SH-4, MIPS |