<ExtensionAttribute>
Public Shared Function GetMaskedValue (
source As Int24,
bitmask As Int24
) As Int24
public:
[ExtensionAttribute]
static Int24 GetMaskedValue(
Int24 source,
Int24 bitmask
)
Gemstone.Numeric.Int24Extensions.BitExtensions.GetMaskedValue = function(source, bitmask);