Binary Methods | 
The Binary type exposes the following members.
| Name | Description | |
|---|---|---|
| Deinterleave(Byte, Byte) | 
            Deinterleaves a byte array i.e.
            XYXYXYXY -> XXXXYYYY
              | |
| Deinterleave(Byte, Byte, Int32, Int32) | 
            Deinterleaves a byte array i.e.
            XYXYXYXY -> XXXXYYYY
              | |
| Deinterleave(Byte, Byte, Int32, Int32, Boolean) | 
            Deinterleaves a byte array 
              | |
| DeinterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32) | 
            Deinterleave and transform (rotate) a byte array containing two planes
              | |
| DeinterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32, Int32) | 
            Deinterleave and transform (rotate) a byte array containing two planes
              | |
| DeinterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32, Int32, Boolean) | 
            Deinterleave and transform (rotate) a byte array containing two planes
              | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromBytes1 | 
            Reads a 1-bit value from a byte array.
              | |
| FromBytes12 | 
            Reads a 12-bit value from a byte array.
              | |
| FromBytes13 | 
            Reads a 13-bit value from a byte array.
              | |
| FromBytes15 | 
            Reads a 15-bit value from a byte array.
              | |
| FromBytes16 | 
            Reads a 16-bit value from a byte array.
              | |
| FromBytes18 | 
            Reads an 18-bit value from a byte array.
              | |
| FromBytes2 | 
            Reads a 2-bit value from a byte array.
              | |
| FromBytes24 | 
            Reads a 24-bit value from a byte array.
              | |
| FromBytes3 | 
            Reads a 3-bit value from a byte array.
              | |
| FromBytes32 | 
            Reads a 32-bit value from a byte array.
              | |
| FromBytes4 | 
            Reads a 4-bit value from a byte array.
              | |
| FromBytes40 | 
            Reads a 40-bit value from a byte array.
              | |
| FromBytes48 | 
            Reads a 48-bit value from a byte array.
              | |
| FromBytes5 | 
            Reads a 5-bit value from a byte array.
              | |
| FromBytes56 | 
            Reads a 56-bit value from a byte array.
              | |
| FromBytes6 | 
            Reads a 6-bit value from a byte array.
              | |
| FromBytes64 | 
            Reads a 64-bit value from a byte array.
              | |
| FromBytes7 | 
            Reads a 7-bit value from a byte array.
              | |
| FromBytes8 | 
            Reads an 8-bit value from a byte array.
              | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Interleave(Byte, Byte) | 
            Interleaves a byte array i.e.
            XXXXYYYY -> XYXYXYXY
              | |
| Interleave(Byte, Byte, Int32, Int32) | 
            Interleaves a byte array i.e.
            XXXXYYYY -> XYXYXYXY
              | |
| Interleave(Byte, Byte, Int32, Int32, Boolean) | 
            Interleaves a byte array  i.e.
            XXXXYYYY -> XYXYXYXY
              | |
| InterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32) | 
            Interleave and transform (rotate) a byte array containing two planes
              | |
| InterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32, Int32) | 
            Interleave and transform (rotate) a byte array containing two planes
              | |
| InterleaveTransform(Byte, Byte, Int32, Int32, Int32, Int32, Int32, Boolean) | 
            Interleave and transform (rotate) a byte array containing two planes
              | |
| MemberwiseClone | (Inherited from Object.) | |
| ToBytes1(Boolean, Int32) | 
            Converts a 1-bit value to a byte array.
              | |
| ToBytes1(Boolean, Int32, Byte, Int32) | 
            Writes a 1-bit value to a byte array.
              | |
| ToBytes13(Int32, Int32, Boolean) | 
            Converts a 13-bit value to a byte array.
              | |
| ToBytes13(Int32, Int32, Boolean, Byte, Int32) | 
            Writes a 13-bit value to a byte array.
              | |
| ToBytes16(Int32, Boolean) | 
            Converts a 16-bit value to a byte array.
              | |
| ToBytes16(Int32, Boolean, Byte, Int32) | 
            Writes a 16-bit value to a byte array.
              | |
| ToBytes18 | 
            Writes an 18-bit value to a byte array.
              | |
| ToBytes2(Int32, Int32) | 
            Converts a 2-bit value to a byte array.
              | |
| ToBytes2(Int32, Int32, Byte, Int32) | 
            Writes a 2-bit value to a byte array.
              | |
| ToBytes24(Int32, Boolean) | 
            Converts a 24-bit value to a byte array.
              | |
| ToBytes24(Int32, Boolean, Byte, Int32) | 
            Writes a 24-bit value to a byte array.
              | |
| ToBytes3(Int32, Int32) | 
            Converts a 3-bit value to a byte array.
              | |
| ToBytes3(Int32, Int32, Byte, Int32) | 
            Writes a 3-bit value to a byte array.
              | |
| ToBytes32(Int64, Boolean) | 
            Converts a 32-bit value to a byte array.
              | |
| ToBytes32(Int64, Boolean, Byte, Int32) | 
            Writes a 32-bit value to a byte array.
              | |
| ToBytes4(Int32, Int32) | 
            Converts a 4-bit value to a byte array.
              | |
| ToBytes4(Int32, Int32, Byte, Int32) | 
            Writes a 4-bit value to a byte array.
              | |
| ToBytes40(Int64, Boolean) | 
            Converts a 40-bit value to a byte array.
              | |
| ToBytes40(Int64, Boolean, Byte, Int32) | 
            Writes a 40-bit value to a byte array.
              | |
| ToBytes48(Int64, Boolean) | 
            Converts a 48-bit value to a byte array.
              | |
| ToBytes48(Int64, Boolean, Byte, Int32) | 
            Writes a 48-bit value to a byte array.
              | |
| ToBytes5(Int32, Int32) | 
            Converts a 5-bit value to a byte array.
              | |
| ToBytes5(Int32, Int32, Byte, Int32) | 
            Writes a 5-bit value to a byte array.
              | |
| ToBytes56(Int64, Boolean) | 
            Converts a 56-bit value to a byte array.
              | |
| ToBytes56(Int64, Boolean, Byte, Int32) | 
            Writes a 56-bit value to a byte array.
              | |
| ToBytes6(Int32, Int32) | 
            Converts a 6-bit value to a byte array.
              | |
| ToBytes6(Int32, Int32, Byte, Int32) | 
            Writes a 6-bit value to a byte array.
              | |
| ToBytes64(Int64, Boolean) | 
            Converts a 64-bit value to a byte array.
              | |
| ToBytes64(Int64, Boolean, Byte, Int32) | 
            Writes a 64-bit value to a byte array.
              | |
| ToBytes7(Int32, Int32) | 
            Converts a 7-bit value to a byte array.
              | |
| ToBytes7(Int32, Int32, Byte, Int32) | 
            Writes a 7-bit value to a byte array.
              | |
| ToBytes8(Int32) | 
            Converts an 8-bit value to a byte array.
              | |
| ToBytes8(Int32, Byte, Int32) | 
            Writes an 8-bit value to a byte array.
              | |
| ToString | (Inherited from Object.) | |
| Transform(Byte, Byte, Int32, Int32, Int32, Int32) | 
            Transforms a byte containing a 2D plane (rotates 90, 180, 270)
              | |
| Transform(Byte, Byte, Int32, Int32, Int32, Int32, Int32) | 
            Transforms a byte containing a 2D plane (rotates 90, 180, 270)
              | |
| Transform(Byte, Byte, Int32, Int32, Int32, Int32, Int32, Int32) | 
            Transforms a byte containing a 2D plane (rotates 90, 180, 270)
              | |
| Transform(Byte, Byte, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | 
            Transforms a byte containing a 2D plane (rotates 90, 180, 270).
            When transforming interleaved planes. Set the chunkLength to 
            the number of planes.
              | |
| TryFromBytes1 | 
            Tries to read a 1-bit value from a byte array.
              | |
| TryFromBytes12 | 
            Tries to read a 12-bit value from a byte array.
              | |
| TryFromBytes13 | 
            Tries to read a 13-bit value from a byte array.
              | |
| TryFromBytes15 | 
            Tries to read a 15-bit value from a byte array.
              | |
| TryFromBytes16 | 
            Tries to read a 16-bit value from a byte array.
              | |
| TryFromBytes18 | 
            Tries to read a 18-bit value from a byte array.
              | |
| TryFromBytes2 | 
            Tries to read a 2-bit value from a byte array.
              | |
| TryFromBytes24 | 
            Tries to read a 24-bit value from a byte array.
              | |
| TryFromBytes3 | 
            Tries to read a 3-bit value from a byte array.
              | |
| TryFromBytes32 | 
            Tries to read a 32-bit value from a byte array.
              | |
| TryFromBytes4 | 
            Tries to read a 4-bit value from a byte array.
              | |
| TryFromBytes40 | 
            Tries to read a 40-bit value from a byte array.
              | |
| TryFromBytes48 | 
            Tries to read a 48-bit value from a byte array.
              | |
| TryFromBytes5 | 
            Tries to read a 5-bit value from a byte array.
              | |
| TryFromBytes56 | 
            Tries to read a 56-bit value from a byte array.
              | |
| TryFromBytes6 | 
            Tries to read a 6-bit value from a byte array.
              | |
| TryFromBytes64 | 
            Tries to read a 64-bit value from a byte array.
              | |
| TryFromBytes7 | 
            Tries to read a 7-bit value from a byte array.
              | |
| TryFromBytes8 | 
            Tries to read an 8-bit value from a byte array.
              |