Esempio n. 1
0
 public ProductUnit(Unit[] operands)
 {
     _operands = new ReadOnlyCollection<Unit>(OperationUtility.LinearizeMultiplication(operands).ToList());
 }
 internal ProductDimension(params Dimension[] operands)
 {
     _operands = new ReadOnlyCollection <Dimension>(OperationUtility.LinearizeMultiplication(operands).ToList());
 }