Funktionreferenz


_WinAPI_IntToFloat

Beschreibung anzeigen in

Gibt ein 4 Byte Integer als eine Gleitkommazahl zurück

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

Parameter

$iInt Integerwert

Rückgabewert

Gibt einen 4 Byte Integerwert als eine Gleitkommazahl zurück

Beispiel

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

MsgBox($MB_SYSTEMMODAL, "_WinAPI_IntToFloat", "12389654   --> " & _WinAPI_IntToFloat(12389654))