示例#1
0
 static int Div(Integer I, int b)
 {
     return(I.a / b);
 }
示例#2
0
 static int Sub(Integer I, int b)
 {
     return(I.a - b);
 }