예제 #1
0
 public bool IsConstant()
 {
     return(V1.IsConstant() && S2.IsConstant());
 }