Difference between revisions of "Talk:Data types"

From wiki.vg
Jump to navigation Jump to search
(Created page with "== 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 fi...")
(No difference)

Revision as of 01:00, 21 April 2013

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)