Overload List

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

See Also