Beispiel #1
0
 public Valor FormatterPotenciacao(Valor v1, Valor v2, bool resultadoNegativo)
 {
     this.Formatter = BinarioFormatter.Potenciacao(v1, v2, resultadoNegativo); return(this);
 }
Beispiel #2
0
 public Valor FormatterSoma(Valor v1, Valor v2, bool resultadoNegativo)
 {
     this.Formatter = BinarioFormatter.Soma(v1, v2, resultadoNegativo); return(this);
 }