Function Reference


_WinAPI_IntToFloat

Returns a 4 byte integer as a float value

#include <WinAPIConv.au3>
_WinAPI_IntToFloat ( $iInt )

Parameters

$iInt Integer value

Return Value

Returns a 4 byte integer value as a float

Example

#include <MsgBoxConstants.au3>
#include <WinAPIConv.au3>

MsgBox($MB_SYSTEMMODAL, "", _WinAPI_IntToFloat(12389654))