public static string operator -(NumeroBinario bin, NumeroDecimal dec) { double aux = dec - bin; return(Conversor.DecimalBinario(aux)); }