static public Int64 Height(this RectInt rect) => rect.Side1Length();
 public static long Height(this RectInt rect)
 {
     return(rect.Side1Length());
 }