コード例 #1
0
 static public Int64 Width(this RectInt rect) => rect.Side0Length();
コード例 #2
0
 public static long Width(this RectInt rect)
 {
     return(rect.Side0Length());
 }