GetInt() public static method

public static GetInt ( int value ) : CONSTVAL
value int
return CONSTVAL
 public EXPRCONSTANT CreateIntegerConstant(int x)
 {
     return(CreateConstant(GetTypes().GetReqPredefAgg(PredefinedType.PT_INT).getThisType(), ConstValFactory.GetInt(x)));
 }