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