CspListOperators.Length Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Measures the length of a list variable.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function Length ( _
solver As ConstraintSystem, _
listVar As CspTerm _
) As CspTerm
public static CspTerm Length(
this ConstraintSystem solver,
CspTerm listVar
)
[ExtensionAttribute]
public:
static CspTerm^ Length(
ConstraintSystem^ solver,
CspTerm^ listVar
)
static member Length :
solver:ConstraintSystem *
listVar:CspTerm -> CspTerm
public static function Length(
solver : ConstraintSystem,
listVar : CspTerm
) : CspTerm
Parameters
- solver
Type: Microsoft.SolverFoundation.Solvers.ConstraintSystem
A solver.
- listVar
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A list variable.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term that represents the length of listVar.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ConstraintSystem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.