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