'Usage
Dim instance As IntervalBitmap Dim index As Integer Dim value As Boolean value = instance.Get(index)
Parameters
- index
- The index of the element to check.
Return Value
true
if the element at the specified index is set; otherwise, false
.'Usage
Dim instance As IntervalBitmap Dim index As Integer Dim value As Boolean value = instance.Get(index)
true
if the element at the specified index is set; otherwise, false
.