Click or drag to resize

BitExtensionsClearBits Method

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