public static UInt24 SetMaskedValue( this UInt24 source, Bits bitmask, UInt24 value )
<ExtensionAttribute> Public Shared Function SetMaskedValue ( source As UInt24, bitmask As Bits, value As UInt24 ) As UInt24
public: [ExtensionAttribute] static UInt24 SetMaskedValue( UInt24 source, Bits bitmask, UInt24 value )
Gemstone.Numeric.UInt24Extensions.BitExtensions.SetMaskedValue = function(source, bitmask, value);
In This Article