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

Set the specified bit to the specified value.

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

Syntax

C#
public static void SetBit(
	BitArray bits,
	int index,
	bool value
)

Parameters

bits
Type: System.Collections..::.BitArray
The BitArray to modify.
index
Type: System..::.Int32
The bit index to set.
value
Type: System..::.Boolean
The value to set the bit to.

See Also