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