<ExtensionAttribute>
Public Shared Function GetMaskedValue (
source As ULong,
bitmask As ULong
) As ULongpublic:
[ExtensionAttribute]
static unsigned long long GetMaskedValue(
unsigned long long source,
unsigned long long bitmask
)Gemstone.BitExtensions.BitExtensions.GetMaskedValue = function(source, bitmask);