Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NBitConverter Class
Methods


In This Topic
    NBitConverter Class Members
    In This Topic

    The following tables list the members exposed by NBitConverter.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Converts the bits of the given double value to a 64-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the bytes of the given value in little endian byte order (i.e. the most insignificant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Copies the given bytes, reverses their order (the last comes first) and returns the resulting byte array.  
    Public Methodstatic (Shared in Visual Basic)Converts the bits of the given 64-bit integer to a double.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Reverses the bytes in the specified portion of the given array swapping every byte with odd index with the one after it. For example the byte array {12, 67, 31, 204} will be modified to {67, 12, 204, 31}.  
    Public Methodstatic (Shared in Visual Basic)Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Gets the bytes of the given value in little endian byte order (i.e. the most insignificant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Converts 2 bytes from the given big endian byte array, starting from the specified index, to a 16-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 2 bytes from the given little endian byte array, starting from the specified index, to a 16-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 4 bytes from the given big endian byte array, starting from the specified index, to a 32-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 4 bytes from the given little endian byte array, starting from the specified index, to a 32-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 8 bytes from the given big endian byte array, starting from the specified index, to a 64-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 8 bytes from the given little endian byte array, starting from the specified index, to a 64-bit integer.  
    Public Methodstatic (Shared in Visual Basic)Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Gets the bytes of the given value in little endian byte order (i.e. the most insignificant byte comes first).  
    Public Methodstatic (Shared in Visual Basic)Converts 2 bytes from the given Bid Endian byte array, starting from the specified index, to a 16-bit unsigned integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 2 bytes from the given little endian byte array, starting from the specified index, to a 16-bit unsigned integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 4 bytes from the given big endian byte array, starting from the specified index, to a 32-bit unsigned integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 4 bytes from the given little endian byte array, starting from the specified index, to a 32-bit unsignet integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 8 bytes from the given big endian byte array, starting from the specified index, to a 64-bit unsigned integer.  
    Public Methodstatic (Shared in Visual Basic)Converts 8 bytes from the given little endian byte array, starting from the specified index, to a 64-bit integer.  
    Top
    See Also