The rule of three is the method of finding the fourth term of a mathematical proportion when the first three terms are known.
Usage: var calc:RuleOf3 = new RuleOf3 (null, 500, 25, 100, 0); // partial value is 125;
new RuleOf3()
public function RuleOf3(partialValue:Number, totalValue:Number, partialPercent:Number, totalPercent:Number, zeroPercentValue:Number)
partialValue
totalValue
partialPercent
totalPercent
zeroPercentValue
public function valueOf():Number
return number of representation of _n
Number
public function toString():String
return string representation of _n
String