Ejemplo n.º 1
0
 public virtual DObject OpMUL(DObject other)
 {
     throw OpException(GetType(), other.GetType());
 }
Ejemplo n.º 2
0
 public virtual DBool OpLS(DObject other)
 {
     throw OpException(GetType(), other.GetType());
 }