public bool IsConstant()
 {
     return(S1.IsConstant() && S2.IsConstant());
 }