public void Copy(math_DoubleTab Other)
 {
     throw new NotImplementedException();
 }
 public math_DoubleTab(math_DoubleTab Other)
     : base()
 {
     throw new NotImplementedException();
 }