예제 #1
0
 public static double operator -(NumeroDecimal d, NumeroBinario b)
 {
     return(Conversor.BinarioDecimal(b - d));
 }