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