OpenMetaverse Protocol Library Developers API Documentation
UIntsToLong Method (a, b)
NamespacesOpenMetaverseUtilsUIntsToLong(UInt32, UInt32)
Packs to 32-bit unsigned integers in to a 64-bit unsigned integer
Declaration Syntax
C#
public 
static 
ulong 
UIntsToLong(
        
uint 
a,
        
uint 
b
)
Parameters
a ( UInt32)
The left-hand (or X) value
b ( UInt32)
The right-hand (or Y) value
Return Value
A 64-bit integer containing the two 32-bit input values

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0