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