重载列表

 名称描述
public 方法Max(array<IIntExpr>[]()[][])
创建并返回新表达式max(e)
public 方法Max(array<INumExpr>[]()[][])
创建并返回新表达式max(e)
public 方法最大值(双,INumExpr
创建并返回新表达式max(val,e2)
public 方法最大值(Int32、IIntExpr
创建并返回新表达式max(val,e2)
public 方法最大(IIntExpr, IIntExpr
创建并返回新表达式max(e1,e2)
public 方法最大值(IIntExpr, Int32
创建并返回新表达式max(e1,val)
public 方法最大值(INumExpr, INumExpr
创建并返回新表达式max(e1,e2)
public 方法最大值(INumExpr,双)
创建并返回新表达式max(e1,val)

另请参见