OpenMetaverse Protocol Library Developers API Documentation
BytesToFloat Method (bytes, pos)
NamespacesOpenMetaverseUtilsBytesToFloat( array< Byte > [] () [] [] , Int32)
Convert four bytes in little endian ordering to a floating point value
Declaration Syntax
C#
public 
static 
float 
BytesToFloat(
        
byte[] 
bytes,
        
int 
pos
)
Parameters
bytes ( array< Byte > [] () [] [] )
Byte array containing a little ending floating point value
pos ( Int32)
Starting position of the floating point value in the byte array
Return Value
Single precision value

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