uint
Casts an expression to an unsigned integer.
Description
The uint
function casts the provided value x
to an unsigned integer.
Non-integer values are truncated.
Examples
Cast a floating-point number to an unsigned integer
See Also
int, float, time, str, ip