Ejemplo n.º 1
0
 public Units_Quantity(string aname, Units_Dimensions adimensions, Units_UnitsSequence aunitssequence)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Units_Dimensions Divide(Units_Dimensions adimensions)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool IsEqual(Units_Dimensions adimensions)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public Units_Dimensions Multiply(Units_Dimensions adimensions)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Units_Dimensions(Units_Dimensions parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public Units_ShiftedToken(string aword, string amean, double avalue, double amove, Units_Dimensions adimensions)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public void Dimensions(Units_Dimensions adimensions)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public double FromSI(double aData, string aUnit, Units_Dimensions aDim)
 {
     throw new NotImplementedException();
 }