OpenMetaverse Protocol Library Developers API Documentation
BytesToInt64 Method (bytes)
NamespacesOpenMetaverseUtilsBytesToInt64( array< Byte > [] () [] [] )
Convert the first eight bytes of the given array in little endian ordering to a signed long integer
Declaration Syntax
C#
public 
static 
long 
BytesToInt64(
        
byte[] 
bytes
)
Parameters
bytes ( array< Byte > [] () [] [] )
An array eight bytes or longer
Return Value
A signed long integer, will be zero if the array contains less than eight bytes

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