public Units_Measurement(double avalue, Units_Token atoken)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool IsGreaterOrEqual(Units_Token atoken)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Units_Token(Units_Token atoken)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public Units_Token Divide(Units_Token atoken)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public Units_Token Power(Units_Token atoken)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public Units_Token Multiply(Units_Token atoken)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public Units_Token Subtract(Units_Token atoken)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public void Append(Units_Token theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public void SetValue(int theIndex, Units_Token theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public void InsertAfter(int theIndex, Units_Token theItem)
 {
     throw new NotImplementedException();
 }