BitExtensionsBitVal Method

Gets the bit value for the specified bit index (0 - 63).

Definition

Namespace: Gemstone.BitExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static Bits BitVal(
	int bit
)

Parameters

bit  Int32
Bit index (0 - 63)

Return Value

Bits
Value of the specified bit.

Exceptions

ArgumentOutOfRangeExceptionParameter must be between 0 and 63.

See Also