|   | BitExtensionsBitVal Method | 
        
        
            Gets the bit value for the specified bit index (0 - 63).
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static Bits BitVal(
	int bit
)
Public Shared Function BitVal ( 
	bit As Integer
) As Bits
public:
static Bits BitVal(
	int bit
)
static member BitVal : 
        bit : int -> Bits GSF.BitExtensions.BitVal = function(bit);
Parameters
- bit  Int32
- Bit index (0 - 63)
Return Value
BitsValue of the specified 
bit.
 Exceptions
Exceptions See Also
See Also