PacketOperationsGetMaxIntValueForNumBits Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
UInt32See Also