OpenMetaverse Protocol Library Developers API Documentation
LongToUInts Method (a, b, c)
NamespacesOpenMetaverseUtilsLongToUInts(UInt64, UInt32 % , UInt32 % )
Unpacks two 32-bit unsigned integers from a 64-bit unsigned integer
Declaration Syntax
C#
public 
static 
void 
LongToUInts(
        
ulong 
a,
        
out 
uint 
b,
        
out 
uint 
c
)
Parameters
a ( UInt64)
The 64-bit input integer
b ( UInt32 %)
The left-hand (or X) output value
c ( UInt32 %)
The right-hand (or Y) output value

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