|
InfiniteListTItemIndex Method
|
return the index of an item in the underlying list based on the index of the item in the infinite list.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int ItemIndex(
int ind
)
Public Function ItemIndex (
ind As Integer
) As Integer
public:
int ItemIndex(
int ind
)
member ItemIndex :
ind : int -> int
Parameters
- ind
- Type: SystemInt32
index in the infinite list.
Return Value
Type:
Int32index in the underlying list.
See Also