Model.Max Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the largest argument.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Function Max ( _
ParamArray terms As Term() _
) As Term
public static Term Max(
params Term[] terms
)
public:
static Term^ Max(
... array<Term^>^ terms
)
static member Max :
terms:Term[] -> Term
public static function Max(
... terms : Term[]
) : Term
Parameters
- terms
Type: array<Microsoft.SolverFoundation.Services.Term[]
The input arguments to the operation.
Return Value
Type: Microsoft.SolverFoundation.Services.Term
The maximum value of the input.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The operation is not valid for the given inputs. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.