[Quantity-users] multiplication & unit conversion
Brought to you by:
berndspeiser
From: Kai L. <km...@us...> - 2004-07-01 08:18:44
|
hi, I am working with a cvs working copy of the new Quantities/BSUtilities tree. (daily updated) want to multiply two quantities and get the right unit, e.g. Concentration c1,c2; // MolePerLitre GenericQuantity cc = c1*c2; should give a MolePerLitre^2 or something like that. Seems to me that this is not supported by now? Kai |