Beispiel #1
0
 public static Decimal Min(Decimal val1, Decimal val2)
 {
     return(Decimal.Min(val1, val2));
 }