IntCollectionGetNextHigherValue Method
Return the next higher value in the collection from that one specified
by the caller.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int GetNextHigherValue(
IntCollection items,
int value
)
Public Shared Function GetNextHigherValue (
items As IntCollection,
value As Integer
) As Integer
No code example is currently available or this language may not be supported.
- items IntCollection
-
IntCollection to search.
- value Int32
-
The reference value for which the next higher value is requested.
Int32
If a higher value was found than the caller's value, then that higher
value is returned. Otherwise, -1.