PacketOperationsGetMaxLongValueForNumBits Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static ulong GetMaxLongValueForNumBits(
int i
)
Public Shared Function GetMaxLongValueForNumBits (
i As Integer
) As ULong
public:
static unsigned long long GetMaxLongValueForNumBits(
int i
)
static member GetMaxLongValueForNumBits :
i : int -> uint64
Parameters
- i
- Type: SystemInt32
Return Value
Type:
UInt64See Also