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