public Graphic3d_Vec2b cwiseMax(Graphic3d_Vec2b theVec)
 {
     throw new NotImplementedException();
 }
 public Graphic3d_Vec2b(Graphic3d_Vec2b theOtherVec2)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Graphic3d_Vec2b theOther)
 {
     throw new NotImplementedException();
 }
 public char Dot(Graphic3d_Vec2b theOther)
 {
     throw new NotImplementedException();
 }