Difference between revisions of "Cast"
(Created page with "== Back to Libraries == == Cast library == === Real === ==== DWORD_CAST_REAL ==== The function accepts any DWORD value and returns REAL. {| cla...") |
(No difference)
|
Latest revision as of 07:32, 30 April 2020
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 |