[CLSCompliantAttribute(false)]
public static uint LowestOneBit(
uint i
)
<CLSCompliantAttribute(false)>
Public Shared Function LowestOneBit (
i As UInteger
) As UInteger
public:
[CLSCompliantAttribute(false)]
static unsigned int LowestOneBit(
unsigned int i
)
Org.BouncyCastle.Utilities.Integers.LowestOneBit = function(i);