Cast

From IPLOG
Revision as of 08:32, 30 April 2020 by Z033 (talk | contribs) (Created page with "== Back to Libraries == == Cast library == === Real === ==== DWORD_CAST_REAL ==== The function accepts any DWORD value and returns REAL. {| cla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Libraries

Cast library

Real

DWORD_CAST_REAL

The function accepts any DWORD value and returns REAL.

in IN dword input value dword
out real output value real

REAL_CAST_DWORD

The function accepts any REAL value and returns DWORD.

in IN real input value real
out dword output value dword