Overload List

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

See Also