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