Talk:Data types

From wiki.vg
Revision as of 07:39, 7 December 2015 by Fenhl (talk | contribs) (Fenhl moved page Talk:Data Types to Talk:Data types: case)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

double -> absolute int conversion is wrong

In the article it says the conversion works like "abs_int = (int)double * 32;", but that would result in casting the double first and then multiplying it instead of the other way around. --Yawkat (talk) 18:00, 20 April 2013 (MST)