CspTerm.GreaterThan Operator (CspTerm, Double)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether a term is greater than a number.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Operator > ( _
term As CspTerm, _
num As Double _
) As CspTerm
public static CspTerm operator >(
CspTerm term,
double num
)
public:
static CspTerm^ operator >(
CspTerm^ term,
double num
)
static let inline (>)
term:CspTerm *
num:float : CspTerm
JScript does not support overloaded operators.
Parameters
- term
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term.
- num
Type: System.Double
A number.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A value that indicates whether term is greater than num.
.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.