예제 #1
0
 static void proverka(ref okrugnost a)
 {
     if (a.rOkr.dlina < 0)
     {
         a.rOkr.dlina = 5;
     }
 }
예제 #2
0
 static double obS(okrugnost a, okrugnost b)
 {
     return a.sOkr() + b.sOkr();
 }