Click or drag to resize

BitExtensionsSetBits Method

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