Function Reference

_WinAPI_IntToFloat

4バイト整数をfloat値として返します。

#Include <WinAPI.au3>
_WinAPI_IntToFloat($iInt)

 

パラメータ

$iInt 整数値

 

返し値

4バイト整数値のfloat表現を返します。

 

注意

なし。

 

関連

 


#AutoIt3Wrapper_Au3Check_Parameters= -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6
#include <WinAPI.au3>

MsgBox(0, "", _WinAPI_IntToFloat(12389654))