| ToggleBits(Byte, Bits) | Returns value with specified bits toggled. |
| ToggleBits(Byte, Byte) | Returns value with specified bits toggled. |
| ToggleBits(Int16, Bits) | Returns value with specified bits toggled. |
| ToggleBits(Int16, Int16) | Returns value with specified bits toggled. |
| ToggleBits(Int32, Bits) | Returns value with specified bits toggled. |
| ToggleBits(Int32, Int32) | Returns value with specified bits toggled. |
| ToggleBits(Int64, Bits) | Returns value with specified bits toggled. |
| ToggleBits(Int64, Int64) | Returns value with specified bits toggled. |
| ToggleBits(SByte, Bits) | Returns value with specified bits toggled. |
| ToggleBits(SByte, SByte) | Returns value with specified bits toggled. |
| ToggleBits(UInt16, Bits) | Returns value with specified bits toggled. |
| ToggleBits(UInt16, UInt16) | Returns value with specified bits toggled. |
| ToggleBits(UInt32, Bits) | Returns value with specified bits toggled. |
| ToggleBits(UInt32, UInt32) | Returns value with specified bits toggled. |
| ToggleBits(UInt64, Bits) | Returns value with specified bits toggled. |
| ToggleBits(UInt64, UInt64) | Returns value with specified bits toggled. |