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