Click or drag to resize

BitExtensionsToggleBits Method

Overload List
  Name Description
Public Extension Method ToggleBits(Byte, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Byte, Byte) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int16, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int16, Int16) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int24, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int24, Int24) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int32, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int32, Int32) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int64, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(Int64, Int64) Returns value with specified bits toggled.
Public Extension Method ToggleBits(SByte, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(SByte, SByte) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt16, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt16, UInt16) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt24, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt24, UInt24) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt32, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt32, UInt32) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt64, Bits) Returns value with specified bits toggled.
Public Extension Method ToggleBits(UInt64, UInt64) Returns value with specified bits toggled.
Top
See Also