Overload List

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

See Also