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