예제 #1
0
 public static int Div(this Integer I, int b)
 {
     return(I.a / b);
 }
예제 #2
0
 public static int Sub(this Integer I, int b)
 {
     return(I.a - b);
 }