14 public static ulong
AndNot(ulong left, ulong right)
16 return AndNot(left, right);
52 public static uint
AndNot(uint left, uint right)
54 return AndNot(left, right);
static ulong TrailingZeroCount(ulong value)
static ulong BitFieldExtract(ulong value, ushort control)
static ulong GetMaskUpToLowestSetBit(ulong value)
static ulong ExtractLowestSetBit(ulong value)
static ulong ResetLowestSetBit(ulong value)
static new bool IsSupported
static ulong AndNot(ulong left, ulong right)
static ulong BitFieldExtract(ulong value, byte start, byte length)
static new bool IsSupported
static uint BitFieldExtract(uint value, ushort control)
static uint GetMaskUpToLowestSetBit(uint value)
static uint ResetLowestSetBit(uint value)
static uint BitFieldExtract(uint value, byte start, byte length)
static uint TrailingZeroCount(uint value)
static uint AndNot(uint left, uint right)
static uint ExtractLowestSetBit(uint value)