Click or drag to resize

BitsBitArrayToByteArrayLength Method

Overload List
  NameDescription
Public methodStatic memberBitArrayToByteArrayLength(Int32, Int32)
Return the length of the byte array that includes the entire bit range, assuming that the bits are aligned such that bit 0 would be on a byte boundary.
Public methodStatic memberBitArrayToByteArrayLength(Int64, Int32)
Return the length of the byte array that includes the entire bit range, assuming that the bits are aligned such that bit 0 would be on a byte boundary.
Top
See Also