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