ConstraintSystem.Index Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the value at an index.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Index(array<CspTerm[], CspTerm) Returns the value of the inputs[index].
Public method Index(array<CspTerm[], array<CspTerm[]) Returns the input value selected by the keys.
Public method Index(array<CspTerm[], CspTerm, CspDomain) Returns the value of the inputs[index].
Public method Index(array<CspTerm[], array<CspTerm[], array<CspDomain[]) Returns the value of the input selected by the keys.
Public method Index(array<array<CspTerm[][], CspTerm, CspTerm) Returns the value of the inputs[row][column].
Public method Index(array<array<CspTerm[][], CspTerm, Int32) Returns the value of the inputs[row][column].
Public method Index(array<array<CspTerm[][], Int32, CspTerm) Returns the value of the inputs[row][column].
Public method Index(array<array<CspTerm[][], CspTerm, CspTerm, CspDomain, CspDomain) Returns the value of the [row][column] input.

Top

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace