| 
Docs » Autodocs » graphics.library » ScalerDiv 
 	ScalerDiv -- Get the scaling result that BitMapScale would. (V36)
 	result = ScalerDiv(factor, numerator, denominator)D0                 D0      D1         D2
 UWORD ScalerDiv(UWORD, UWORD, UWORD);
 
 	Calculate the expression (factor*numerator/denominator) suchthat the result is the same as the width of the destination
 result of BitMapScale when the factor here is the width of
 the source, and the numerator and denominator are the
 XDestFactor and XSrcFactor for BitMapScale.
 
 	factor                 - a number in the range 0..16383numerator, denominator - numbers in the range 1..16383
 
 	this returns factor*numerator/denominator
 |