uint

Synopsis

$ uint(n)

Interpret the specified value as an unsigned integer

Parameters

n - the value to apply this function to.

Returns

A long scalar

Examples

$value = uint(-1); println($value);

4294967295

See Also