adjustToLong

open fun adjustToLong(i: Int): Long

Assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value.

Return

the unsigned int as a long.

Parameters

i

the value to treat as unsigned int.