Revision
604 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 7 12:27:51 2013 UTC
(10 years, 3 months ago)
by
william
Diff to
previous 603
(
colored)
remove private modifer from: const byte BitsPerByte=8 (it is redundant to declare it private, because no access modifier is automatically marked private by default)
Revision
534 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 5 09:36:14 2013 UTC
(10 years, 3 months ago)
by
william
Diff to
previous 532
(
colored)
BitTools.ConvertByteArray:
Will now throw NotSupported Exceptions for convertion to byte[] or sbyte[[
beacuse the data can be used without conversion.
Attempting to convert byte[] -> byte[]
-or-
Attempting to convert byte[] -> sbyte[]
will impact performance (beacuse of extra-unneccessary processing)