Method ResetLowestSetBit
ResetLowestSetBit(uint)
Reset the lowest significant bit in the given value
[CLSCompliant(false)]
public static uint ResetLowestSetBit(uint value)
Parameters
value
uintThe value.
Returns
- uint
Returns reset the lowest significant bit in the given value.
ResetLowestSetBit(ulong)
Reset the lowest significant bit in the given value
[CLSCompliant(false)]
public static ulong ResetLowestSetBit(ulong value)
Parameters
value
ulongThe value.
Returns
- ulong
Returns reset the lowest significant bit in the given value.