| PacketOperationsGetMaxIntValueForNumBits Method  | 
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static uint GetMaxIntValueForNumBits(
	int i
)
Public Shared Function GetMaxIntValueForNumBits ( 
	i As Integer
) As UInteger
public:
static unsigned int GetMaxIntValueForNumBits(
	int i
)
static member GetMaxIntValueForNumBits : 
        i : int -> uint32 
Parameters
- i
 - Type: SystemInt32
 
Return Value
Type: 
UInt32
See Also