Another Cast To IntΒΆ

Another way to cast a value to int, besides the obvious (int) and the classic + 0, is to use the + operator on a variable.

../_images/cast_to_int.png