| BinaryInterleave Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | 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
             | 
 See Also
See Also