Creating a Unicalc Quantity

Every Unicalc Quantity consists of three values:

Therefore the declaration of a Quantity would resemble:

class Quantity
{
double multiplier;
StringList numerator;
StringList denominator;

 

.... constructors and methods for Quantity ....
}

 

Next Slide Previous Slide Contents