CspComposite.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 | |
---|---|---|
![]() |
Index(array<CspTerm[], CspTerm) | Returns the value of the inputs[index]. |
![]() |
Index(array<CspTerm[], array<CspTerm[]) | Returns the input value selected by the keys. |
![]() |
Index(array<array<CspTerm[][], CspTerm, CspTerm) | Returns the value of the inputs[row][column]. |
![]() |
Index(array<array<CspTerm[][], CspTerm, Int32) | Returns the value of the inputs[row][column]. |
![]() |
Index(array<array<CspTerm[][], Int32, CspTerm) | Returns the value of the inputs[row][column]. |
Top