OpenMetaverse Protocol Library Developers API Documentation
BytesToInt64 Method (bytes, pos)
NamespacesOpenMetaverseUtilsBytesToInt64( array< Byte > [] () [] [] , Int32)
Convert the first eight bytes starting at the given position in little endian ordering to a signed long integer
Declaration Syntax
C#
public 
static 
long 
BytesToInt64(
        
byte[] 
bytes,
        
int 
pos
)
Parameters
bytes ( array< Byte > [] () [] [] )
An array eight bytes or longer
pos ( Int32)
Position to start reading the long from
Return Value
A signed long integer, will be zero if a long can't be read at the given position

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