Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
BitUtility Member List

This is the complete list of members for BitUtility, including all inherited members.

DecodeBit(this byte value, int firstBit, int numBits)BitUtilitystatic
DecodeBit(this ushort value, int firstBit, int numBits)BitUtilitystatic
DecodeBit(this uint value, int firstBit, int numBits)BitUtilitystatic
EncodeBit(this byte self, byte value, int firstBit, int bits)BitUtilitystatic
EncodeBit(this ushort self, ushort value, int firstBit, int bits)BitUtilitystatic
EncodeBit(this uint self, int value, int firstBit, int bits)BitUtilitystatic
EncodeBit(this uint self, uint value, int firstBit, int bits)BitUtilitystatic
HasBit(uint self, int index)BitUtilitystatic
SetBit(uint flags, int val, bool set)BitUtilitystatic