HslExtensionToBoolArray 方法 |
名称 | 说明 | |
---|---|---|
ToBoolArray(Byte) |
从Byte数组中提取所有的位数组 Extracts a bit array from a byte array, length represents the number of digits | |
ToBoolArray(Byte, Int32) |
从Byte数组中提取位数组,length代表位数,例如数组 03 A1 长度10转为 [1100 0000 10] Extracts a bit array from a byte array, length represents the number of digits |