You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<ExtensionAttribute>]static memberClearFlag:value :'TEnum * flag : 'TEnum -> 'TEnum when 'TEnum : struct, new() and IComparable and IFormattable and IConvertible
Parameters
value
Type: TEnum The value.
flag
Type: TEnum The flag.
Type Parameters
TEnum
The type of the enum.
Return Value
Type: TEnum The bits of the value excluding the ones from the flag.