static fun valueOf(value: Int): UInt32
(source)
Return a UInt32
containing the specified value.
value
- The value to create a UInt32
for.
IllegalArgumentException
- If the value is negative.
Return
A UInt32
containing the specified value.
static fun valueOf(value: BigInteger): UInt32
(source)
Return a UInt32 containing the specified value.
value
- the value to create a UInt32 for
IllegalArgumentException
- if the value is negative or too large to be represented as a UInt32
Return
a UInt32 containing the specified value