Overload List

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

See Also