Overload List

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

See Also