Overload List
| Name | Description | |
|---|---|---|
| Max(array<IIntExpr>[]()[][]) |
Returns an expression representing the maximum of its argument,
the elements of an array.
| |
| Max(array<INumExpr>[]()[][]) |
Returns an expression representing the maximum of its argument,
the elements of an array.
| |
| Max(Double, INumExpr) |
Returns an expression representing the maximum of its two arguments.
| |
| Max(Int32, IIntExpr) |
Returns an expression representing the maximum of its two arguments.
| |
| Max(IIntExpr, IIntExpr) |
Returns an expression representing the maximum of its two arguments.
| |
| Max(IIntExpr, Int32) |
Returns an expression representing the maximum of its two arguments.
| |
| Max(INumExpr, INumExpr) |
Returns an expression representing the maximum of its two arguments.
| |
| Max(INumExpr, Double) |
Returns an expression representing the maximum of its two arguments.
|