Overload List

  NameDescription
Public methodMin(array<IIntExpr>[]()[][])
Returns an expression representing the minimum of its argument, the elements of an array.
Public methodMin(array<INumExpr>[]()[][])
Returns an expression representing the minimum of its argument, the elements of an array.
Public methodMin(Double, INumExpr)
Returns an expression representing the minimum of its two arguments.
Public methodMin(Int32, IIntExpr)
Returns an expression representing the minimum of its two arguments.
Public methodMin(IIntExpr, IIntExpr)
Returns an expression representing the minimum of its two arguments.
Public methodMin(IIntExpr, Int32)
Returns an expression representing the minimum of its two arguments.
Public methodMin(INumExpr, INumExpr)
Returns an expression representing the minimum of its two arguments.
Public methodMin(INumExpr, Double)
Returns an expression representing the minimum of its two arguments.

See Also