BitExtensionsSetMaskedValue Method

Overload List

SetMaskedValue(Byte, Bits, Byte) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Byte, Byte, Byte) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int16, Bits, Int16) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int16, Int16, Int16) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int32, Bits, Int32) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int32, Int32, Int32) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int64, Bits, Int64) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(Int64, Int64, Int64) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(SByte, Bits, SByte) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(SByte, SByte, SByte) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt16, Bits, UInt16) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt16, UInt16, UInt16) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt32, Bits, UInt32) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt32, UInt32, UInt32) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt64, Bits, UInt64) Returns value after setting a new value for the bits specified by the bitmask.
SetMaskedValue(UInt64, UInt64, UInt64) Returns value after setting a new value for the bits specified by the bitmask.

See Also