BitExtensionsBitVal Method
Gets the bit value for the specified bit index (0 - 63).
Namespace: Gemstone.BitExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static Bits BitVal(
int bit
)
Public Shared Function BitVal (
bit As Integer
) As Bits
public:
static Bits BitVal(
int bit
)
Gemstone.BitExtensions.BitExtensions.BitVal = function(bit);
- bit Int32
- Bit index (0 - 63)
BitsValue of the specified
bit.
ArgumentOutOfRangeException | Parameter must be between 0 and 63. |