toShort
Converts this Int value to Short .
If this value is in
Short.MIN_VALUE
..
Short.MAX_VALUE
, the resulting
Short
value represents
the same numerical value as this
Int
.
The resulting
Short
value is represented by the least significant 16 bits of this
Int
value.