Creates and returns the new expression max(e1, e2)
.
Creates and returns the new expression max(e1, e2)
.
IIntExpr Max(IIntExpr,IIntExpr);
Creates and returns the new expression max(e1, val)
.
IIntExpr Max(IIntExpr,int);
Creates and returns the new expression max(e)
.
IIntExpr Max(IIntExpr[]);
Creates and returns the new expression max(e1, e2)
.
INumExpr Max(INumExpr,INumExpr);
Creates and returns the new expression max(e1, val)
.
INumExpr Max(INumExpr,double);
Creates and returns the new expression max(e)
.
INumExpr Max(INumExpr[]);
Creates and returns the new expression max(val, e2)
.
INumExpr Max(double,INumExpr);
Creates and returns the new expression max(val, e2)
.
IIntExpr Max(int,IIntExpr);