Click or drag to resize

BitExtensionsSetMaskedValue Method

Overload List
  Name Description
Public Extension Method SetMaskedValue(Byte, Bits, Byte) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Byte, Byte, Byte) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int16, Bits, Int16) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int16, Int16, Int16) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int24, Bits, Int24) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int24, Int24, Int24) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int32, Bits, Int32) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int32, Int32, Int32) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int64, Bits, Int64) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(Int64, Int64, Int64) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(SByte, Bits, SByte) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(SByte, SByte, SByte) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt16, Bits, UInt16) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt16, UInt16, UInt16) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt24, Bits, UInt24) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt24, UInt24, UInt24) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt32, Bits, UInt32) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt32, UInt32, UInt32) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt64, Bits, UInt64) Returns value after setting a new value for the bits specified by the bitmask.
Public Extension Method SetMaskedValue(UInt64, UInt64, UInt64) Returns value after setting a new value for the bits specified by the bitmask.
Top
See Also