June 2018
Beginner
722 pages
18h 47m
English
When a value (or variable) of one numeric type is assigned to a variable of another numeric type, the new type may hold a bigger number or smaller maximum number. If the target type can hold a bigger number, the conversion is widening. If otherwise, it is a narrowing conversion, which usually requires a typecasting using a cast operator.
Read now
Unlock full access