I have a width: 240 I have aspect ratio: 2.40 I need to get the height based on those two variables. What's the formula?
A:
definition of the ratio : ratio = width / height
=> height = width / ratio = 240 / 2.40 = 100
darma
2010-08-11 19:15:49