type casting; type conversion
Computing term for converting a value from one data type to another, either implicitly or explicitly.
See also: 型変換
You need to cast the integer to a floating-point number.
In this language, implicit type conversion may occur.
Compound of 型 (type) and キャスト (cast), a loanword from English 'cast'.