Overload List

  Name Description
Public method Min(array<IIntExpr>[]()[][])
Creates and returns the new expression min(e).
Public method Min(array<INumExpr>[]()[][])
Creates and returns the new expression min(e).
Public method Min(Double, INumExpr)
Creates and returns the new expression min(val, e2).
Public method Min(Int32, IIntExpr)
Creates and returns the new expression min(val, e2).
Public method Min(IIntExpr, IIntExpr)
Creates and returns the new expression min(e1, e2).
Public method Min(IIntExpr, Int32)
Creates and returns the new expression min(e1, val).
Public method Min(INumExpr, INumExpr)
Creates and returns the new expression min(e1, e2).
Public method Min(INumExpr, Double)
Creates and returns the new expression min(e1, val).

See Also