PartitionableListTPartialViewBaseTryFindIndexOfItemGreaterThanOrEqualTo Method |
Finds the item in the list that is equal to value.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryFindIndexOfItemGreaterThanOrEqualTo(
int value,
out int indexFound
)
Parameters
- value Int32
- The value to found.
- indexFound Int32
- On return, contains the index of the item in _itemIndex that is equal to contains value (if such an item is found). Otherwise, contains the index of the first item which is greater than value.
Return Value
BooleanTrue if
_itemIndex contains an item equal to
value. Otherwise, the return value is
false.
See Also