Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Get the value of the specified bit.

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

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