Overload List
| Name | Description | |
|---|---|---|
| Max(array<IIntExpr>[]()[][]) |
Creates and returns the new expression max(e).
| |
| Max(array<INumExpr>[]()[][]) |
Creates and returns the new expression max(e).
| |
| Max(Double, INumExpr) |
Creates and returns the new expression max(val, e2).
| |
| Max(Int32, IIntExpr) |
Creates and returns the new expression max(val, e2).
| |
| Max(IIntExpr, IIntExpr) |
Creates and returns the new expression max(e1, e2).
| |
| Max(IIntExpr, Int32) |
Creates and returns the new expression max(e1, val).
| |
| Max(INumExpr, INumExpr) |
Creates and returns the new expression max(e1, e2).
| |
| Max(INumExpr, Double) |
Creates and returns the new expression max(e1, val).
|