CollectionUtilsGetBit Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get the value of the specified bit.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static bool GetBit(
BitArray bits,
int index
)
Parameters
- bits
- Type: System.CollectionsBitArray
The BitArray to get the bit from.
- index
- Type: SystemInt32
The bit index to get.
Return Value
Type:
Boolean
The value of the bit or false if the index exceeds the length
of the bits.
See Also