Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get the value of the specified bit.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool GetBit(
	BitArray bits,
	int index
)

Parameters

bits
Type: System.Collections..::.BitArray
The BitArray to get the bit from.
index
Type: System..::.Int32
The bit index to get.

Return Value

The value of the bit or false if the index exceeds the length of the bits.

See Also