C#C
C#2y ago
ikalou.

Casting from int to uint and back

Is casting a negative int to a uint and then back to a int guaranteed to give back the original negative value on all platforms, architectures and runtimes? Thanks!
Was this page helpful?