C# Class natix.CompactDS.Bits

Mostrar archivo Open project: sadit/natix

Public Properties

Property Type Description
PopCount4 byte[]
PopCount8 byte[]

Private Methods

Method Description
Bits ( ) : System

Count the number of enabled bits in an UInt16

Property Details

PopCount4 public_oe static_oe property

Table for counting enabled bits (for nibbles)
public static byte[] PopCount4
return byte[]

PopCount8 public_oe static_oe property

Table for counting enabled bits (byte size)
public static byte[] PopCount8
return byte[]