public bool Waarde(Valuatie v) { return(links.Waarde(v) && rechts.Waarde(v)); }
public bool Waarde(Valuatie v) { return(!formule.Waarde(v)); }