| GetMaskedValue(Byte, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Byte, Byte) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int16, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int16, Int16) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int32, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int32, Int32) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int64, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(Int64, Int64) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(SByte, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(SByte, SByte) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt16, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt16, UInt16) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt32, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt32, UInt32) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt64, Bits) | Returns value stored in the bits represented by the specified bitmask. |
| GetMaskedValue(UInt64, UInt64) | Returns value stored in the bits represented by the specified bitmask. |